To export data via MySQL Workbench, we need to grant more privileges to the guest user to preempt errors on the client side.
By granting no privileges (except SELECT), following errors occur during export attempts:
03:29:14 PM Dumping AdventureWorks2014 (Shift)
[...]
mysqldump: Error: 'Access denied; you need (at least one of) the PROCESS privilege(s) for this operation' when trying to dump tablespaces
mysqldump: Got error: 1044: Access denied for user 'testuser2'@'%' to database 'AdventureWorks2014' when doing LOCK TABLES
Operation failed with exitcode 2
To export data via MySQL Workbench, we need to grant more privileges to the guest user to preempt errors on the client side.
By granting no privileges (except SELECT), following errors occur during export attempts:
03:29:14 PM Dumping AdventureWorks2014 (Shift)
[...]
mysqldump: Error: 'Access denied; you need (at least one of) the PROCESS privilege(s) for this operation' when trying to dump tablespaces
mysqldump: Got error: 1044: Access denied for user 'testuser2'@'%' to database 'AdventureWorks2014' when doing LOCK TABLES
Operation failed with exitcode 2