Retrieve the mysql root password _ MySQL

Source: Internet
Author: User
Retrieve the mysql root password bitsCN.com

I set the root password for mysql I just installed yesterday. today I cannot get in.
I used a common solution. As follows:
1. send the kill command to the mysqld server to disable the mysqld server (not kill-9). the files that store the process ID are usually located in the directory of the mysql database.
# Killall-TERM mysqld
2. use the '-- skip-grant-tables' parameter to start mysqld.
#/Usr/bin/mysqld_safe -- skip-grant-tables
3. log on to the mysqld server without a password,
> Use mysql
> Update user set password = password ("new_pass") where user = "root ";
> Flush privileges;
You can also do this: 'mysqladmin-h hostname-u user password' new password ''.

4. # killall-TERM mysqld
5. log in with the new password

BitsCN.com

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.