Mysql Root Access back

Source: Internet
Author: User

Today want to give a user a database operation permissions,[email protected]% operation has been an error; 1044 no permissions, and some databases do not have write update permissions; there's a lot of information that's missing root permissions. ; start looking for information to restore root privileges;

1. Configure the environment variables first: Add MySQL installation directory in Path C:/mysql/bin;

2. Skip permission Verification Login root: Open cmd, stop MySQL service (manual shutdown or command),

Input Mysqld_safe--skip-grant-tables (this I did not succeed, modified the bin directory under the My.ini file [mysqld] added skip-grant-tables manual start service),

Root no password login mysql-u root; show databases;

View all databases, use MySQL, select User,host from user to view all users;

Update user set Password=password ("123456") where user= "root"; Change the root password,

flush privileges; Refresh data; exit exit; Comment My. INI to add the configuration;

Restart the MySQL service, mysql-u root-p have password login view permission;

Mysql Root Access back

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.