Skip to main content

User Permission Error - mysqldump: Couldn't execute

Learn how to fix this error caused by insufficient permissions

Written by Brent Sanders

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?