mysql 8.0 导出数据库 trying to dump tablespaces
使用 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
使用 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