在Mysql 8上使用workbench时,出现以下错误:
mysqldump: Error: 'Access denied; you need (at least one of) the PROCESS privilege(s) for this operation' when trying to dump tablespaces
Run Code Online (Sandbox Code Playgroud)
Bug #30350829
我在发行说明中了解到
看来有--no-tablespaces
必要补充一下。
--no-tablespaces
使用MySQL Workbench中的导出工具时如何添加?