Help With Macos X server and Mysql

Originally posted by chocklehot
Could someone tell me how to install Mysql On Os X server :???

Take your pick:

1. Download and install fink from fink.sf.net and type fink install mysql

2. Download the mysql tarball from www.mysql.com. tar xvf mysql.000.tar.gz && cd mysql && ./configure && make && make install

3. Download one of the many prebuilt packages. A quick google search comes up with over 100.

Personally, I suggest number 1 since fink is such a nice utility to have.
 
Back
Top