PIM600 Installing MySQL on Mac OSX |
|
1. Download the free MySQL package from www.mysql.com (at the end of the page). 2. doubleclick on the downloaded disk image file "mysql-standard-4.0.18.dmg" (or similar) to mount the Image. 3. To install the MySQL double click on the "mysql-standard-4.0.18.pkg" Package and follow the menu.
4. If you want to automatically start MySQL during system bootup, you need to install the MySQL Startup Item by doubleclicking "MySQLStartupItem.pkg"
5. Start up the Mac Terminal Window 'OS X/Programs/Utilities/Terminal' and go to the root directory cd / 6. Move to the new MySQL directory and check the content of each directory with 'ls' or 'ls -l'
7. Start MySQL
enter your Password:, reply is: Starting MySQL database server 8. enter 'usr/local/bin/mysql' to start the MySQL. For a List of all MySQL commands type 'help' or '\h', for an online Manual see http://www.mysql.com/documentation 9.
Use CocoaMySQL to easily use MySQL (pi601) |