MySQL error fatal Error:can ' t open and Lock Privilege tables:table ' mysql.host ' doesn ' t exist

Source: Internet
Author: User

after installing MySQL, the boot time did not start successfully, check the following log error as follows:---------------------------------------------

1 can: Initialize mysql:mysql_install_db

2 Directory permissions issue chown-r Mysql:mysql/var/lib/mysql

[email protected] local]# Less/var/log/mysqld.log
1. Check the error message as follows:
[ERROR] Fatal Error:can ' t open and Lock Privilege tables:table ' mysql.host ' doesn ' t exist

2, after access to information learned. To hit the following command to resolve:
Mysql_install_db–usrer=mysql Datadir=/var/lib/mysql
DataDir is my MySQL storage file directory

3. Then restart MySQL or not:
MySQL Daemon failed to start.
starting mysqld: [Failed]

4, and then tried the next separate command, start to complete
mysql_install_db

5. Start the MySQL service
[email protected] mysqld]#/etc/init.d/mysqld restart
Stop mysqld: [OK]
starting mysqld: [OK]

MySQL error fatal Error:can ' t open and Lock Privilege tables:table ' mysql.host ' doesn ' t exist

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.