Hai guys,
I use the following connection string
<add name="connectionString" connectionString="server=localhost;user id=root; password=; database=lms; pooling=false;" providerName="MySql.Data.MySqlClient"/>
It gives me the error There is no 'lms'@'%' registered
.
My database server is localhost and the user account doesn't have a password..