Skip to content

Enable data export via MySQL Workbench #5

@jan-meyer-1986

Description

@jan-meyer-1986

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

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions