Mac mysql5.7 Change Password

Source: Internet
Author: User

Step1:

Apple--System preferences, bottom point MySQL close MySQL service in popup page (click Stop MySQL server)
Step2:
Enter terminal input: CD/USR/LOCAL/MYSQL/BIN/
Enter after login administrator rights sudo su
Enter the following command to disable the MySQL authentication function after entering the carriage./mysqld_safe--skip-grant-tables &

MySQL will restart automatically after carriage return (the MySQL status in preferences will become running)



Step3.
Enter the command./mysql
Enter command FLUSH privileges after carriage return;
Enter the command after the SET PASSWORD for ' root ' @ ' localhost ' = PASSWORD (' Your new password ');
At this point, the password modification completed, can be successfully logged in.

Mac mysql5.7 Change Password

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.