LinqConnect Professional Version 4.4.374 (14-Nov-2013) - Connect to MySQL with old password
Posted: Tue 26 Nov 2013 12:31
Hello,
Any new issue.
1) Connect to MySQL by example with user "ceadmin" and password "1";
2) Disconnect, dispose context and assign to null:
3) Change password on server for "ceadmin" from "1" to "2";
4) And we can connect to database with old "1" and new password "2";
5) After restart application, with old password can`t connect.
Example project: WindowsFormsApplication14.zip (848.1 КБ) - http://rghost.ru/50459853
Any new issue.
1) Connect to MySQL by example with user "ceadmin" and password "1";
2) Disconnect, dispose context and assign to null:
Code: Select all
DataContext.Connection.Close();
DataContext.Dispose();
DataContext = null;
4) And we can connect to database with old "1" and new password "2";
5) After restart application, with old password can`t connect.
Example project: WindowsFormsApplication14.zip (848.1 КБ) - http://rghost.ru/50459853