Skip to content

Instantly share code, notes, and snippets.

View btalanski's full-sized avatar

Bruno Talanski btalanski

View GitHub Profile
@btalanski
btalanski / gist:acc038553ce22cac84d0a0033b07ac2d
Last active September 23, 2020 09:48
Install MySQL Workbench on Ubuntu 19.04
1 - Add MySQL Source from the file
https://dev.mysql.com/downloads/repo/apt/
2 - Download and install libzip4 from url
https://ubuntu.pkgs.org/18.04/ubuntu-universe-amd64/libzip4_1.1.2-1.1_amd64.deb.html
3 - On a new terminal window run
sudo apt-get update && sudo apt-get upgrade
4 - Install mysql workbench
@btalanski
btalanski / mysql_workbench_an_apparmor_policy_prevents_this_sender.txt
Created July 11, 2020 15:09
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).