Mysql

mw84 said:
EDIT: I'm following this tutorial http://www.macromedia.com/devnet/mx/dreamweaver/articles/php_macintosh.html

to install mysql on os x 10.3 but when I go to create the mysql account it says its unavailable? I looked in netinfo manager like it says but there is no mysql account there?

Your signature says you're running 10.3.7, which means that the account already exists. Don't worry about it, just install the binariy version that you find on www.mysql.com. To save you some trouble: use the 4.0x version, not the 4.1x version.

If you want to use the 4.1 or later versions you need to install PHP5, since you need the mysqli commands to access it. They changed the communication protocol for the client in 4.1 of MySQL...
 
Back
Top