Re: Mysql Membership & Role Providers
Posted by: Yannick Biet
Date: June 19, 2007 09:37AM

I got an error under Web Admin pannel with your connexion string...
Just found the fix :

invert params order in connexion String : database should appear AFTER user id...

Here is mine that worked perfectly :
<add name="MySQLConnectionString" connectionString="data source=localhost;user id=aspnet;database=test" providerName="MySql.Data.MySqlClient" />

Kelly Correll Wrote:
-------------------------------------------------------
> <add name="LocalMySqlServer" connectionString="data source=localhost;database=mysqldb;uid=aspnet;pooling=false" providerName="MySql.Data.MySqlClient"/>

Options: ReplyQuote


Subject
Written By
Posted
Re: Mysql Membership & Role Providers
June 19, 2007 09:37AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.