使用 mysqldump 导出数据库出现错误

mysqldump: Error: 'Access denied; you need (at least one of) the PROCESS privilege(s) for this operation' when trying to dump tablespaces

解决方式:添加参数 --no-tablespaces

https://support.cpanel.net/hc/en-us/articles/4408836702999-WPToolkit-error-during-backup-mysqldump-Error-Access-denied-you-need-at-least-one-of-the-PROCESS-privilege-s-for-this-operation-when-trying-to-dump-tablespaces

标签: none