MySQL Root Password modification

Source: Internet
Author: User

Small partners to install a code version control software on the previous server, to use the database, but want to find the root password or forget, other installed services are used in the private account configuration file to find the root user's password. Use the following method to force the password to be fixed:

1. Running the MySQL service in Safe mode requires system root privileges

sudo suservice mysql stopmysqld_safe--skip-grant-table

2. Connect a terminal with the MySQL client to enter the database, modify the password of the root user in the MySQL library

mysqlmysql> use mysql;mysql> UPDATE user SET Password=password ("mysql_root_passwd") WHERE user= ' root ';mysql> Flush privileges;

3. Run MySQL again in the normal way.

Service MySQL stopservice MySQL start
Related Article

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.