[DOC] SQL to create backup user syntax error on v5.1
Bug #1088967 reported by
David I
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Percona XtraBackup moved to https://jira.percona.com/projects/PXB |
Fix Released
|
Medium
|
Hrvoje Matijakovic |
Bug Description
[In:Percona XtraBackup Documentation]
I tried executing the following SQL on MySQL v5.1 and got an error:
CREATE USER 'backup'
REVOKE ALL PRIVILEGES, GRANT OPTION FROM 'backup';
Error: General error message from server: "Can't revoke all privileges for one or more of the requested users"
SQLState: S1000
ErrorCode: 1269
Error occured in:
REVOKE ALL PRIVILEGES, GRANT OPTION FROM 'backup'
Related branches
lp:~hrvojem/percona-xtrabackup/bug1100008-2.0
- Stewart Smith (community): Approve
-
Diff: 293 lines (+54/-37)9 files modifieddoc/source/innobackupex/incremental_backups_innobackupex.rst (+9/-5)
doc/source/innobackupex/innobackupex_option_reference.rst (+3/-3)
doc/source/innobackupex/privileges.rst (+4/-1)
doc/source/installation/compiling_xtrabackup.rst (+5/-5)
doc/source/percona-theme/layout.html (+13/-15)
doc/source/percona-theme/static/percona.com.css (+3/-3)
doc/source/xtrabackup_bin/choosing_binary.rst (+7/-1)
doc/source/xtrabackup_bin/incremental_backups.rst (+5/-1)
innobackupex (+5/-3)
lp:~hrvojem/percona-xtrabackup/bug1100008-2.1
- Stewart Smith (community): Approve
-
Diff: 300 lines (+54/-37)9 files modifieddoc/source/innobackupex/incremental_backups_innobackupex.rst (+9/-5)
doc/source/innobackupex/innobackupex_option_reference.rst (+3/-3)
doc/source/innobackupex/privileges.rst (+4/-1)
doc/source/installation/compiling_xtrabackup.rst (+5/-5)
doc/source/percona-theme/layout.html (+13/-15)
doc/source/percona-theme/static/percona.com.css (+3/-3)
doc/source/xtrabackup_bin/choosing_binary.rst (+7/-1)
doc/source/xtrabackup_bin/incremental_backups.rst (+5/-1)
innobackupex (+5/-3)
Changed in percona-xtrabackup: | |
assignee: | nobody → Hrvoje Matijakovic (hrvojem) |
Changed in percona-xtrabackup: | |
status: | Confirmed → In Progress |
importance: | Undecided → Medium |
Changed in percona-xtrabackup: | |
status: | In Progress → Fix Committed |
Changed in percona-xtrabackup: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Reference: http:// www.percona. com/doc/ percona- xtrabackup/ innobackupex/ privileges. html