MySQL User login password and remote login permissions issues

Source: Internet
Author: User

1.mysql database, forget the root user login password.

Resolved as follows:

A. Reset Password

#/etc/init.d/--user=mysql--skip-grant-tables--skip-networking &-u root mysqlmysql > UPDATE User SET password=password ('newpassword'where user='  Root'; MySQL> FLUSH privileges;mysql> quit;

B. Sign in with a new password

#mysql-U Root-pnewpassword

2. Telnet permissions

' MyUser '@'%'mypassword' with GRANT option;mysql > FLUSH privileges;

The above authorization is to allow MyUser users to access the MySQL server from any machine.

% represents any client, or localhost, or an IP address.

CentOS config mysql allows remote login http://www.linuxidc.com/Linux/2013-06/86459.htm

MySQL User login password and remote login permissions issues

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.