Is there a way to remove the ".mysqlworkbench" internal schema that is set up when you create shared snippets.
I have since removed all shared snippets from my database, but now when I try and run mysqldump I get the error:
mysqldump: Couldn't execute 'show events': Access denied for user 'local_backups'@'localhost' to database '.mysqlworkbench' (1044)
This happens if I try and run mysqldump with the "--all-databases" option.
n.b. I have MySQLWorkbench 8.0.24 and MySQL 8.0.20.
I have since removed all shared snippets from my database, but now when I try and run mysqldump I get the error:
mysqldump: Couldn't execute 'show events': Access denied for user 'local_backups'@'localhost' to database '.mysqlworkbench' (1044)
This happens if I try and run mysqldump with the "--all-databases" option.
n.b. I have MySQLWorkbench 8.0.24 and MySQL 8.0.20.