Posts

Showing posts from August, 2022

Resolved: “Could not store password” for MySQL workbench community + ubuntu

If MySQL Workbench not saving passwords in the keychain In order to resolve Could not store password: An AppArmor policy prevents this sender from sending this message to this recipent. Error in mysql workbench try below command Solution 1 Go to the Ubuntu software center. Search for MySQL workbench community. Click on permission Enable Read, add .... so on If you have downloaded Mysql-workbench using snap then You need to enter a command to allow this package to access the service. The command is: sudo snap connect mysql-workbench-community:password-manager-service :password-manager-service

Install MySQL workbench in ubuntu

Install MySQL workbench in ubuntu sudo snap install mysql-workbench-community Run the below command for a password-saving issue sudo snap connect MySQL-workbench-community:password-manager-service :password-manager-service If MySQL Workbench not saving passwords in the keychain Solution 1 Go to the Ubuntu software center. Search for MySQL workbench community. Click on permission Enable Read, add .... so on Solution 2 sudo snap connect mysql-workbench-community:password-manager-service :password-manager-service