Bug #62052 switching between twp logins to same database requires continual reentry of pswd
Submitted: 2 Aug 2011 3:01 Modified: 22 Nov 2011 6:40
Reporter: Robert Schumann Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: Administration Severity:S3 (Non-critical)
Version:5.2.34 OS:Windows (xp S3)
Assigned to: CPU Architecture:Any

[2 Aug 2011 3:01] Robert Schumann
Description:
I am using two different logins to the same database (one read-only), the other with full priveledges.  Normally I use the read-only one for protection from accidental changes, however occassionally I need to make changes.  Thus I close the read-only connection and open the read/write connection.  Every time I do this the stored password for the previous connection is lost (even when I request storage in the vault).

How to repeat:
Create two logins to the same database and switch between them

Suggested fix:
store both passwords
[2 Aug 2011 14:00] MySQL Verification Team
Thank you for the bug report.
[22 Nov 2011 6:40] Philip Olson
Fixed as of 5.2.36:
+        Switching between two logins for a single database connection
+        required the password to be reentered with each switch.