MySql.Data.MySqlClient.MySqlException: There is no 'root'@'%' registered
Posted
by
user2963902
on Stack Overflow
See other posts from Stack Overflow
or by user2963902
Published on 2013-11-07T09:16:53Z
Indexed on
2013/11/07
9:54 UTC
Read the original article
Hit count: 275
i run web application on iis 6 , windows server 2003 , mysql database.
first it was working fine, but when i reconfigured the mysql server with the same password it gave me this message error when i want to enter any page in browser :
"MySql.Data.MySqlClient.MySqlException: There is no 'root'@'%' registered".
i checked the app connection it's the same, as though the app doesn't see the localhost , because "dbforge" sometimes give me this message: "connection localhost cannot be found"
but when i doubleclick the connection it opens as root.
any idea to solve this problem
© Stack Overflow or respective owner