Essentials
...
If dumping all databases at once
- SHOW DATABASES
If pulling master data from a server
- RELOAD
Suspending Privileges
You may want to temporarily disable the access to the database. In that case you would use a REVOKE command:
...
...
If dumping all databases at once
If pulling master data from a server
You may want to temporarily disable the access to the database. In that case you would use a REVOKE command:
...