用service mysqld stop命令停止mysql时,会报错
Shutting down MySQL. ERROR! The server quit without updating PID file
启动是正常的。
quanzhou这个是删除的数据库名,其他删除的数据库也会报错。是BUG么,版本7.9.0
查看日志发现
2022-04-28T13:45:24.336049+08:00 0 [ERROR] InnoDB: Cannot open datafile for read-only: './quanzhou/FTS_00000000000033e5_CONFIG.ibd' OS error: 71
2022-04-28T13:45:24.336052+08:00 0 [ERROR] InnoDB: Operating system error number 2 in a file operation.
2022-04-28T13:45:24.336055+08:00 0 [ERROR] InnoDB: The error means the system cannot find the path specified.
2022-04-28T13:45:24.336058+08:00 0 [ERROR] InnoDB: If you are installing InnoDB, remember that you must create directories yourself, InnoDB does not create them.
2022-04-28T13:45:24.336064+08:00 0 [ERROR] InnoDB: Could not find a valid tablespace file for `quanzhou/FTS_00000000000033e5_CONFIG`. Please refer to http://dev.mysql.com/doc/refman/5.7/en/innodb-troubleshooting-datadict.html for how to resolve the issue.
|
|