If you're trying to setup ColdFusion MX 6 with MySQL here's how you setup the MySQL datasources. In CF Administrator go to Datasources and Add a New datasource of type "Other". Enter your datasource name, username and password and the following fields like this:
JDBC URL: jdbc:mysql://192.168.1.100/DatabaseName
Driver Class: com.mysql.jdbc.Driver
Driver Name:MySQL Connector/J
Make sure you have the latest MySQL drivers installed too.
Recent comments