First, installation
Download MySQL installable DMG version to MySQL official online http://dev.mysql.com/downloads/mysql/
For example:Mac OS X ver. 10.9 (x86, 64-bit), DMG Archive
The downloaded files are: mysql-5.6.26-osx10.9-x86_64.dmg
1. Click, install in the package
2. After installation, the other system preferences will appear as follows:
3. Click this icon to jump out of the dialog box
Click the start MySQL server button to start MySQL
Second, open the terminal, define the MySQL alias
1. Edit the. bash_profile file
sudo vi ~/.bash_profile
2. Input I
3. Enter the following:
# mysqlalias MySQL='/usr/local/mysql/bin/mysql'alias mysqladmin= '/usr/local/mysql/bin/mysqladmin'# lsalias ls='ls-g'
4. Press the ESC key to exit the edit state
5. Enter: Wq exit
6. Restart the terminal program
Third, set the MySQL root account password
The first time you install the default account is root and the password is empty.
If you need to change the password, execute the command
mysqladmin-u root Password Latest password
iOS Instant Messaging client development-mac install MySQL on