In the CF Administrator, you would use localhost for the server, 3306 for the port (the port should be auto-filled, if I recall!). The username and password are typically root (username) and whatever password you supplied during the install/setup.
That's really all you should need to connect. I've used CF7 and CF8 on my Mac (from OS X 10.4.x through to my current, OS X 10.5.7) with MySQL 5 for a couple years now, no issues.
Once you include the server, root (or other base usename you created) and the password from your setup, you should be able to add the DSN and verify it in the CF Administrator.
Main Topics
Browse All Topics





by: plusone3055Posted on 2009-10-12 at 09:54:29ID: 25552824
Add New Data Source
=====================
Data Source Name: MyDSN
Driver: MySQL(4/5)
Press Add button. It takes you to the next page.
CF Data Source Name:MyDSN
Database: myDatabase
Server:127.0.0.1
Port:3306
Username:CFMySQLAccount
Password:pw4CFonMySQL