Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save rodrigogalura/adb57d6f79d499960a8b8ac33296c607 to your computer and use it in GitHub Desktop.

Select an option

Save rodrigogalura/adb57d6f79d499960a8b8ac33296c607 to your computer and use it in GitHub Desktop.

Revisions

  1. @btalanski btalanski created this gist Jul 11, 2020.
    13 changes: 13 additions & 0 deletions mysql_workbench_an_apparmor_policy_prevents_this_sender.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    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).