Revision history for MysqlOnMac
Additions:
== Important step for working with PHP ==
http://superfancy.net/php-mysql-apache-in-mac-osx-leopard/
http://superfancy.net/php-mysql-apache-in-mac-osx-leopard/
Additions:
- path to all files - programms and databeses: ##/usr/local/mysql/...##
- especially data is here: ##/usr/local/mysql/data/##
- especially data is here: ##/usr/local/mysql/data/##
Deletions:
- especially data is here: ##/usr/local/data/##
Additions:
== Administration ==
After installation of //MysqlStartItem// use this (from [[http://dev.mysql.com/doc/mysql-macosx-excerpt/5.5/en/macosx-installation-startupitem.html here]]:
//The Startup Item for MySQL is installed into ##/Library/StartupItems/MySQLCOM##. The Startup Item installation adds a variable ##MYSQLCOM=-YES-## to the system configuration file /etc/hostconfig. If you want to disable the automatic startup of MySQL, change this variable to ##MYSQLCOM=-NO-##.
Starting and stopping:
shell> sudo /Library/StartupItems/MySQLCOM/MySQLCOM start
shell> sudo /Library/StartupItems/MySQLCOM/MySQLCOM stop
After installation of //MysqlStartItem// use this (from [[http://dev.mysql.com/doc/mysql-macosx-excerpt/5.5/en/macosx-installation-startupitem.html here]]:
//The Startup Item for MySQL is installed into ##/Library/StartupItems/MySQLCOM##. The Startup Item installation adds a variable ##MYSQLCOM=-YES-## to the system configuration file /etc/hostconfig. If you want to disable the automatic startup of MySQL, change this variable to ##MYSQLCOM=-NO-##.
Starting and stopping:
shell> sudo /Library/StartupItems/MySQLCOM/MySQLCOM start
shell> sudo /Library/StartupItems/MySQLCOM/MySQLCOM stop