After installing mysql5.6 in CentOS under Yum, you cannot start MySQL Daemon failed to start

Source: Internet
Author: User

If it is a new installation should not appear this problem, upgrade installation, to run Mysql_upgrade, but start MySQL error MySQL Daemon failed to start

So there's no way to run Mysql_upgrade upgrade MySQL table anymore

Because it is a newly installed database server regardless of the old data, the old MySQL database folder is deleted, and then run mysql_install_db separate command, initialize Mysql,test and other databases

After initializing all the databases, still cannot start, check the MySQL log found no permissions, because it is the root run mysql_install_db command so the initialized MySQL folder is root permissions

After you change the MySQL database permissions for the MySQL user, OK starts successfully!

mysqladmin-u root password ' password '

Reset your password.

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.