Re: Connector/Net 5.1.0 Alpha released
Posted by: Kelly Correll
Date: May 09, 2007 11:06AM

I've been trying to get Connector/Net 5.1.0 to work with my asp.net website. I uninstalled 5.0.6, installed 5.1.0, added a connection string to my web.config file. However, it ALWAYS tells me it can't connect to the database.

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

Thats the connection string I'm using, I've also tried it w/o the database=mysqldb. My mysql server is running properly. Any help would be appreciated.

Thanks,

Kelly C.

Options: ReplyQuote




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.