Bug #78488 The password of the account has expired
Submitted: 20 Sep 2015 6:51 Modified: 20 Sep 2015 7:39
Reporter: Parthipan Nathan Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server Severity:S5 (Performance)
Version:5.5 OS:Windows
Assigned to: CPU Architecture:Any

[20 Sep 2015 6:51] Parthipan Nathan
Description:
Hi,

I am using MYSQL with Visual studio 2012.

While connection open I am getting "Login failed for user 'sa'.  Reason: The password of the account has expired." If I used root user, I am getting "Login fial" error.

Below connection string which I am used.
 <add name="MySqlConnectionString" connectionString="server=127.0.0.1;User Id=sa;password=admin@123;database=paz" providerName="MySql.Data.MySqlClient" />

please let us know what will do now.

How to repeat:
Login failed for user
[20 Sep 2015 7:31] MySQL Verification Team
this does not look like a server bug to me :)   Had you tried to authenticate with a user whose password is working?
[20 Sep 2015 7:39] Parthipan Nathan
The user id and password perfect. I can login.