MySQL installation (for Mac)

Source: Internet
Author: User

1. Add System path

Download after installing DMG, it is not possible to use the instructions directly, because the directory is not added to the environment variable

    • Terminal Type cd ~
    • Touch. Bash_profile
    • Open-e. Bash_profile
    • This file is opened in TextEdit (this should be a blank document if the environment variable has not been previously configured). If you have content, enter it before the Terminator, and if there is no content, enter the following statement directly:
    • Export Path=${path}:/usr/local/mysql/bin
    • Save, exit TextEdit, Exit terminal

2, the terminal to modify the MySQL password

    • Shutting down the MySQL server

Sudo/usr/local/mysql/support-files/mysql.server stop

    • Go to Catalog

Cd/usr/local/mysql/bin

    • Get Permissions

sudo su

    • Restarting the server

./mysqld_safe--skip-grant-tables &

Control + D Exit Edit

    • Configure short commands

Alias Mysql=/usr/local/mysql/bin/mysql

    • Enter MySQL Command mode

Mysql

    • Go to MySQL Database

Use MySQL

    • Get Change Permissions

Flush privileges;

    • Reset Password

Set password for ' root ' @ ' localhost ' =password (' new password ');

MySQL installation (for Mac)

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.