What exactly this error is?
Posted
by user144842
on Stack Overflow
See other posts from Stack Overflow
or by user144842
Published on 2010-03-07T23:04:18Z
Indexed on
2010/03/08
13:06 UTC
Read the original article
Hit count: 320
Database i am using is MySQL 5.1. I specified, i believe, right connectionstring in my web.config. but when i run my web app. it throws this exception:-
MySql.Data.MySqlClient.MySqlException: The user specified as a definer ('root'@'%') does not exist
Any help. Why am i getting this?
© Stack Overflow or respective owner