欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  数据库

Mysql 起动时报 Checking for tables which need an upgrade, ar

程序员文章站 2024-01-27 11:25:16
...

Mysql 启动时报 Checking for tables which need an upgrade, are corrupt or were 在Linux上安装完Mysql之后,我重新启动了一下Mysql服务。 ? 系统报出如下信息: Checking for tables which need an upgrade, are corrupt or were? not closed cleanly.. ?

Mysql 启动时报 Checking for tables which need an upgrade, are corrupt or were

在Linux上安装完Mysql之后,我重新启动了一下Mysql服务。

?

系统报出如下信息:

Checking for tables which need an upgrade, are corrupt or were?

not closed cleanly..

?

刚开始以为是启动错误,后来仔细看了下英文,发现这是一句平常的陈述句。它告诉我们Mysql正在检查数据表的完整性,仅此而已。

?

所以直接忽略即可!