Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save btalanski/2d8d0b48d0f221d2606dfb87935c00ee to your computer and use it in GitHub Desktop.
Save btalanski/2d8d0b48d0f221d2606dfb87935c00ee to your computer and use it in GitHub Desktop.
Mysql workbench an apparmor policy prevents this sender
If you are facing the following error while trying to connect to a MySQL server using the MySQL Workbench snap and Ubuntu Focal Fossa: "mysql workbench an apparmor policy prevents this sender [...]"
You might try the following solution:
1 - On a new terminal window, run the following commands:
# snap connect mysql-workbench-community:password-manager-service
# snap connect mysql-workbench-community:ssh-keys
By using snap connect, you will fix the issue with the MySQL Workbench snap, allowing you to connect to the server(s).
@ziedbrah-source
Copy link

works ! thank you

@lolka0d
Copy link

lolka0d commented Apr 16, 2023

Thanks!

@rcdrigo
Copy link

rcdrigo commented Apr 18, 2023

Worked for me! Thanks a ton.

@ViniciussMelo
Copy link

Thanks!

@WesleyHLuz
Copy link

Thanks!

@lavanya-mandapati
Copy link

Thanks!!

@AldoBre
Copy link

AldoBre commented May 7, 2023

Thanks!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment