What should I do if I forget the password of Mysql or phpmyadmin?

Source: Internet
Author: User

1. Disable the mysql service.

# Service mysql stop

If an error message such as mysql: unrecognized service is displayed.

First, check for mysql. server and use: find/-name "mysql. server"

Run the/usr/local/mysql/share/mysql. server stop command to disable mysql.

2. Start mysql in security mode to skip the authorization table.

First, check the mysqld_safe program. You can use the find/-name "mysqld_safe" command to find the program. It is in the mysql installation directory by default.

# Find/-name "mysqld_safe"

Start mysql in security mode to skip the authorization table

3. log on to mysql with the root account and change the password to re-authorize

Create a connection to log on to the ECS

1) first enter the mysql-u root command to log on to mysql

2) Enter update mysql. user set password = PASSWORD ('000000') where User = 'root'; update mysql password to 123456789

3) quit mysql

4. Restart the mysql service.

1) killall mysqld ends all mysql Processes

2) service mysql start mysql

3) Press enter from mysql-u root-p and enter the password, which is the mysql password you just reset.

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.