Sunday, September 5, 2010

Mac :: MySQL

URL: http://dev.mysql.com/downloads/
> MySQL Community Server
> Select Platform: Mac OS X
> Download Mac OS X ver. 10.6 (x86, 64-bit), DMG Archive


Double-click on dmg
- enter password whenever required
- double-click on mysql-5.1.50-osx10.6-x86_64.pkg, MySQLStartupItem.pkg, MySQL.prefPane
- open ~/.bash_login, and enter the information.
export PATH="/usr/local/mysql/bin/:$PATH"
- Now check for MySQL installation.
$ mysql --version

No comments:

Post a Comment