A 1146 error occurred when opening mysql-front to enter the database. Baidu later said that this error was caused by the lack of the mysql library, so I just needed to complete the corresponding files. However, I did not have a backup myself. There is one online at CSDN, but downloading requires points, so I thought I could only reinstall it once? , later I remembered that there is no built-in data library after version 6.x, and it can only be generated through initialization. That is, uninstall and reinstall.
Recommended tutorial: MySQL introductory video tutorial
##Recovery steps:
1. Executenet stop mysql,Stop mysql service
mysqld -remove,Remove service
mysqld -install, install the service
mysqld --initialize-insecure, initialize
net start mysql, start mysql service
The above is the detailed content of navicat 1146 error. For more information, please follow other related articles on the PHP Chinese website!