Bug #3522 | How to lock all the databases of a MySQL instance? | ||
---|---|---|---|
Submitted: | 21 Apr 2004 6:57 | Modified: | 27 Apr 2004 16:32 |
Reporter: | [ name withheld ] | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 4.1 | OS: | HP/UX (HP UX) |
Assigned to: | Dean Ellis | CPU Architecture: | Any |
[21 Apr 2004 6:57]
[ name withheld ]
[27 Apr 2004 16:32]
Dean Ellis
This is not a bug, however you can use FLUSH TABLES WITH READ LOCK to accomplish this, which mysqldump will use if you provide the --first-slave (or -x) option.