A MySQLWorkbench is installed under Fedora to run and connect to the database. The gnome-keyring-daemon error occurs during StoreinKeychain. If the password cannot be saved, the database cannot be connected. The solution is to edit usrbinmysql-workbench and change # WB_NO_GNOME_KEYRING1 to exportWB_NO_GNOME_KEYRING.
A MySQL Workbench is installed under Fedora to run and connect to the database. The gnome-keyring-daemon error occurs during Store in Keychain. If the password cannot be saved, the database cannot be connected. The solution is to edit/usr/bin/mysql-workbench and change # WB_NO_GNOME_KEYRING = 1 to export WB_NO_GNOME_KEYRING.
A MySQL Workbench is installed under Fedora to run and connect to the database. The gnome-keyring-daemon error occurs during Store in Keychain. If the password cannot be saved, the database cannot be connected.
The solution is to edit/usr/bin/mysql-workbench,
Change # WB_NO_GNOME_KEYRING = 1 to export WB_NO_GNOME_KEYRING = 1,
Save and run mysql-workbench again to save the password and connect to the database.