I have MySQL running on Windows 2008 R2 Standard Server and have installed the MySQL .NET Connector on that server. I have Visual Studio 2008 running on an XP workstation, and have installed the .NET Connector on that devic as well. I am able to attempt to add a new connection from Visual Studio to MySQL, as defined in the MySQL NET/Connector reference. However, when I attempt to test the connection, I get an Access Denied error for any valid user, including "root". Is there some configuration step I may be missing. I am NOT running IIS on the MySQL Windows server.
↧