Grant documentation error in clustercheck

Bug #1017526 reported by Olaf van Zandwijk
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Percona XtraDB Cluster moved to https://jira.percona.com/projects/PXC
Fix Released
Medium
Raghavendra D Prabhu

Bug Description

Documentation in /usr/bin/clustercheck states
#
# mysql> GRANT PROCESS on mysql.* TO 'clustercheckuser'@'localhost' \
# -> IDENTIFIED BY 'clustercheckpassword!' WITH GRANT OPTION;
#

This will not work (Incorrect usage of DB grant and global privileges).

A correct syntact would be something like

GRANT PROCESS ON *.* TO 'clustercheckuser'@'localhost' IDENTIFIED BY 'clustercheckpassword!';

Changed in percona-xtradb-cluster:
status: New → Confirmed
importance: Undecided → Medium
assignee: nobody → Hrvoje Matijakovic (hrvojem)
Revision history for this message
Olaf van Zandwijk (olafz) wrote :

The clustercheck script that is included with the Debian package (originally from https://github.com/olafz/percona-clustercheck) contains the correct documentation.

Changed in percona-xtradb-cluster:
status: Confirmed → Opinion
Revision history for this message
Raghavendra D Prabhu (raghavendra-prabhu) wrote :

The documentation is no longer in the file. I will re-add the correct version.

Changed in percona-xtradb-cluster:
assignee: Hrvoje Matijakovic (hrvojem) → Raghavendra D Prabhu (raghavendra-prabhu)
milestone: none → 5.5.31-25
status: Opinion → Triaged
Changed in percona-xtradb-cluster:
status: Triaged → Fix Committed
Changed in percona-xtradb-cluster:
status: Fix Committed → Fix Released
Revision history for this message
Shahriyar Rzayev (rzayev-sehriyar) wrote :

Percona now uses JIRA for bug reports so this bug report is migrated to: https://jira.percona.com/browse/PXC-1038

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.