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

Comments

Popular posts from this blog

Android App Version Update using the following cordova cli commands

75 inspirational quotes that will change your life

Retrieval Image From DataBase and Display on WebPage by Using Servlets.