Password modification and elimination of MySQL root user _mysql

Source: Internet
Author: User

I. Password modification: Using the mysqladmin command

1, for example, your root user does not have a password now, you want to change the password to ABC, then the command is: mysqladmin-u root password ABC

2, if your root now has a password, then modify the password for ABC command is: mysqladmin-u root-p password Youyou
Note that the command return will ask you the old password, enter the old password after the command completed, password modification successful.
Second, the elimination of passwords

1. Log in as root: Mysql-u root-p

2, Mysql>use MySQL;

3, mysql>update user set password= ' where user= ' root ';
You can restart the MySQL service.

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.