MySQL forgot password login do not go in, with the command to modify the new password re-login method

Source: Internet
Author: User
MySQL forgot password login does not go in, with the command to modify the new password re-login method: 1. Back up My.ini2. In the My.ini field [mysqld] #socket = Mysqlskip-grant-tables Save My.ini This file and then close, restart Mysql3. Go to your MySQL installation directory (for example, my D:\software\mysql\MySQL Server 5.6\                BIN) at the command line, enter D: Press ENTER to enter D and then enter: CD: "D:\software\mysql\MySQL Server 5.6\bin" Enter 4. Enter the SQL command Mysql-uroot-penter PASSWORD:                     Direct return without entering anything show databases; Note to have a semicolon, the carriage return will see all of your database files to see if the use Mysqlupdate Mysql.user set Password=password (' Enter your password ') where user= ' root '; flush Privileges;quit Enter to complete without permission to go into the database and reset the password

MySQL forgot password login do not go in, with the command to modify the new password re-login method

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.