Set root password After installing MySQL under Windows

Source: Internet
Author: User

After the initial installation, use the administrator to enter the CMD interface,

  1. Enter "Mysql-u root-p; "," Enter Password: ", direct enter
  2. Enter "show databases; "And you'll see the MySQL database, and we'll switch to this database
  3. Enter "use MySQL; ", switch to MySQL database
  4. Enter "Update user set Password=password (' 123456 ') where user= ' root ';" To set the root user's password, which is set to 123456
  5. Enter "flush privileges" to refresh the permissions
  6. Enter "Quit" to sign out
  7. Enter "Mysql-u root-p; "," Enter Password: ", enter the password you just set, return, login successful.

At this point, the root password has been modified successfully.

Set root password After installing MySQL under Windows

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.