To be able to create DSNless mySQL connections on Windows servers, use the following connection string:
DRIVER={MySQL ODBC 3.51 Driver}; SERVER=mssql.server;DATABASE=mysql;UID=xxx;PWD=xxx;
- 343 Users Found This Useful
Related Articles
ColdFusion mySQL and foreign characters
If you are using a coldfusion DSN to connect to mySQL database to access foreign characters and...
mySQL Database Name and Username
Please note in mySQL you can't use "-" or "+" or "/" or other special character in the username...
phpmyadmin & IE7
Having a problem when you try to login into mysqladmin.domain.name?You cannot use IE7 with...
Howto Manage mySQL Databases?
To manage mySQL databases, you can access the online tool 'phpMyAdmin' at...