您好,根据您的截图中获取的信息:
1、数据库没有正确的关闭,可能是重启了服务器,或者是服务器断电导致的
- 2024-05-25T01:59:50.409309Z0 [Note] innoDB: Database was not shutdown normally!
复制代码
2、在启动MySQL过程中,InnoDB引擎正在进行恢复操作,
- 2024-05-25T01:59:50.409312Z0[Note] InnoDB: Starting crash recovery.
- 2024-05-25T01:59:50.4468962 0 [Note] innoDB: Last MysQL binlog file position 0 45050, file name mysql-bin.000009
- 2024-05-25T01:59:50.639481Z0 [Note] InnoDB: Removed temporary tablespace data file: " ibtmp1
- 2024-05-25T01:59:50.639502Z0 [Note]innoDB: Creating shared tablespace for temporary tables
- 2024-05-25T01:59:50.639532Z 0 [Note] innoDB: Setting file ’ /www/server/data/ibtmp1’ size to 12 M8. Physically writing the file ful
- Please wait ...
复制代码
3、上面截图中并未有正真意义的error级别的错误,无法判断数据库真正错误的问题,请到日志中找到error基本的错误日志或者直接找数据库专家给您看看您的问题。 |