Bug #75345 use Kwallet for storing mysql password...
Submitted: 31 Dec 2014 6:14 Modified: 6 Jun 2018 16:55
Reporter: André verwijs Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version: OS:Linux (OpenSUSE Tumbleweed amd64 with KDE4)
Assigned to: CPU Architecture:Any
Tags: kwallet, MySQL Workbench, server password

[31 Dec 2014 6:14] André verwijs
Description:

The Mysql manual: 
~~~~~~~~~~~~~~~~~

Linux: 
The vault works by storing passwords using the gnome-keyring daemon, which must be running for password persistence to work. The daemon is automatically started in GNOME desktops, but normally is not in KDE and others. The gnome-keyring daemon can be used for password storage in MySQL Workbench on non-GNOME platforms, but must be started manually. 

--

Whell i have a NON-Gnome platform (OpenSUSE Tumbleweed amd64 with KDE4)
and i have to fill in root password every time. 

would it be possible to use Kwallet for storing mysql password. its protected with a personal CA key so safe...

NOTE for KDE only!

Screenshot 
http://tinyurl.com/mqxkcca

How to repeat:
..

Suggested fix:
use Kwallet for storing mysql password. its protected with a personal CA key so safe...
[31 Dec 2014 6:15] André verwijs
mysql save password

Attachment: mysql-opensuse-save-password.png (image/png, text), 169.46 KiB.

[31 Dec 2014 11:19] MySQL Verification Team
Thank you for the bug report.
[31 Dec 2014 11:25] André verwijs
thanks :) hope its possible ...
[23 Jun 2015 21:59] Franck Soudan
I wish we could build a plugin, using the keyring python module and hooking API calls on QT events from wb so the logic will be transparent on UX level. But I can't even import the keyring module in the Workbench shell.
[6 Jun 2018 16:55] Christine Cole
Posted by developer:
 
Fixed as of the upcoming MySQL Workbench 8.0.12 release, and here's the
changelog entry:

libgnome-keyring was depreciated and replaced with libsecret in this
release on Linux platforms. Some users with existing stored passwords will
be prompted to enter a password after upgrading.

Thank you for the bug report.