MySql.Data.MySqlClient.MySqlException: There is no 'root'@'%' registered
- by user2963902
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