Linux Quick Install MySQL

Source: Internet
Author: User

Yum List | grep MySQL
Yum install-y mysql-server MySQL mysql-devel
Service mysqld Start
Mysqladmin-u root password ' root '//Use this command to set the root account password to root
At this point we can log in to our MySQL database via the mysql-u root-p command.
"MYSQL" Insufficient permissions caused by inability to connect to the database and permissions granted and revoked
Use MySQL;
Select Host,user,password from user;
Update user set host= '% ' where password= ' *81f5e21e35407d884a6cd4a731aebfb6af209e1b ';
Flush privileges;

Linux Quick Install MySQL

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.