Link to home
Start Free TrialLog in
Avatar of eMijael
eMijael

asked on

DSN ODBC from Windows XP to MySQL

I have a MySQL database on a VPS that I would like to access through an ODBC connection from more than on location using Windows XP clients.

I followed these guides:
http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html
http://dev.mysql.com/doc/refman/5.1/en/connector-odbc-configuration-dsn-windows.html

The problem is I keep getting the following error (see attachment):
Connection Error (..) Access denied

First how do fix this error, and how can I access the MySQL db from multiple locations?
Screen-shot-2009-12-16-at-12.25..jpg
ASKER CERTIFIED SOLUTION
Avatar of Guy Hengel [angelIII / a3]
Guy Hengel [angelIII / a3]
Flag of Luxembourg image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of eMijael
eMijael

ASKER

Yes that was it.

Thank you. I'm new to MySQL so your help is greatly appreciated.