All Collections
Troubleshooting
User Permission Error - mysqldump: Couldn't execute
User Permission Error - mysqldump: Couldn't execute

Learn how to fix this error caused by insufficient permissions

Brent Sanders avatar
Written by Brent Sanders
Updated over a week ago

If you are receiving this error, it means that you need to grant the EXECUTE  permission to your user:


mysqldump: Couldn't execute 'SHOW FIELDS FROM host_summary': execute command denied to user 'otto-table-1'@'%' for routine 'sys.format_time' (1370)"

Did this answer your question?