iOS Instant Messaging client development-mac install MySQL on

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.