Ok, got the Apple OX XS 10.2 MySQL install happening.
The ENTIRE reason I have had soooo many problems getting going with the
Apple installed MySQL (Mac OS XS 10.2) is because:
The MySQL Manager (/Applications/Utilities) will run the initial
'mysql_install_db' script, it may not start mysqld upon hitting the
'Start MySQL Now' button, nor may it start after checking the 'Start
MySQL Server on System Startup' box and rebooting... BECAUSE the user
"mysql", that is by default on OS XS 10.2 (as seen only in NetInfo
Manager) does not OWN the mysql DATA DIR... /var/mysql (where databases
are by default installed, in this case anyway).
If you run:
chown -R mysql mysql
(from /var, and using sudo if necessary)
ALL becomes hunky dory.
Thanks again,
Ted
---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php