Mysql 起动时报 Checking for tables which need an upgrade, ar
程序员文章站
2022-05-09 15:42:53
...
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正在检查数据表的完整性,仅此而已。
?
所以直接忽略即可!