Does anyone run MySQL on Mac?
Tried to set up a MySQL instance on my Mac tonight to play with some postcode data. Gone to the MySQL downloads section at http://www.mysql.com/downloads/mysql/ and installed the (Mac OS X ver. 10.6 (x86, 32-bit), DMG Archive) Community Server package and then installed the Workbench GUI.
The Workbench tool wont work as it says "Operation failed: File /etc/my.cnf doesn't exist"
The MySQL server is running ok as i've looked up the bollox 'sudo /Library/StartupItems/MySQLCOM/MySQLCOM start' command to ensure the thing is running.
It suggests that this installer should have created some sort of .cnf file but it doesn't, i don't have a my.cnf anywhere on the Mac.
This is what really annoys me when people knock Windows, i really like my Mac but having set up MySQL and Workbench numerous times on Windows, its just a case of double clicking, it works and i can then get on with doing my work.
Anyone know the score with these .cnf files? It suggests the installer should create examples like my-large.cnf but these don't exist either.
Ta
Edited, if its any help, what i see is:
Checking command 'ps xa | grep "/usr/local/mysql/bin/[m]ysqld"'
Server detected as running
Check if /etc/my.cnf exists locally
Operation failed: File /etc/my.cnf doesn't exist
(but as i say, my.cnf doesnt exist at all on the machine - have i missed some step where you need to manually create this?)
Tried to set up a MySQL instance on my Mac tonight to play with some postcode data. Gone to the MySQL downloads section at http://www.mysql.com/downloads/mysql/ and installed the (Mac OS X ver. 10.6 (x86, 32-bit), DMG Archive) Community Server package and then installed the Workbench GUI.
The Workbench tool wont work as it says "Operation failed: File /etc/my.cnf doesn't exist"
The MySQL server is running ok as i've looked up the bollox 'sudo /Library/StartupItems/MySQLCOM/MySQLCOM start' command to ensure the thing is running.
It suggests that this installer should have created some sort of .cnf file but it doesn't, i don't have a my.cnf anywhere on the Mac.
This is what really annoys me when people knock Windows, i really like my Mac but having set up MySQL and Workbench numerous times on Windows, its just a case of double clicking, it works and i can then get on with doing my work.
Anyone know the score with these .cnf files? It suggests the installer should create examples like my-large.cnf but these don't exist either.
Ta
Edited, if its any help, what i see is:
Checking command 'ps xa | grep "/usr/local/mysql/bin/[m]ysqld"'
Server detected as running
Check if /etc/my.cnf exists locally
Operation failed: File /etc/my.cnf doesn't exist
(but as i say, my.cnf doesnt exist at all on the machine - have i missed some step where you need to manually create this?)


Comment