Rhel6mysqlskip-grant-tables add user error ERROR1290

Source: Internet
Author: User
I successfully logged on to the data, but accidentally deleted all the users and could not log on again. At this time, I changed the configuration file to log on again and wanted to add users to the database,

I successfully logged on to the data, but accidentally deleted all the users and could not log on again. At this time, I changed the configuration file to log on again and wanted to add users to the database,

Accidentally forgot the Database Password,

In this case, you only need to add

Skip-grant-tables

Then restart the service and log on to the database again.

At this time, I successfully logged on to the data, but accidentally deleted all the users and failed to log on. At this time, I changed the configuration file and logged on to the database to add users, however, after executing the Add USER command, the following prompt is displayed:

ERROR 1290 (HY000): The MySQL server is running with the -- skip-grant-tables option so it cannot execute this statement
Mysql> grant all privileges on *. * to identified by '000000' with grant option;
ERROR 1290 (HY000): The MySQL server is running with the -- skip-grant-tables option so it cannot execute this statement

At this time, we only need to flush privileges. After adding a user, it will be OK ,,

Mysql> flush privileges;
Query OK, 0 rows affected (0.01 sec)

Mysql> grant all privileges on *. * to identified by '000000' with grant option;
Query OK, 0 rows affected (0.00 sec)

At this time, we have done it successfully, and then we can log on again.

If the following error is reported:

Error: Cannot retrieve repository metadata (repomd. xml) for repository: InstallMedia. Please verify its path and try again
You cocould try using -- skip-broken to work around the problem
You cocould try running: rpm-Va -- nofiles -- nodigest

We only need to delete the packetxxxx. repo and RedHat. repo files under/etc/yum. repo. s and then start the file,

I hope you can solve this problem. It is not difficult to check the error message.

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.