MySQL 报错MySQL is trying to drop database `schedule`.`` though there are still open handles to table

2022/1/19 19:23:18

本文主要是介绍MySQL 报错MySQL is trying to drop database `schedule`.`` though there are still open handles to table,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

报错信息

2022-01-19T07:47:03.589566Z 2 [Warning] InnoDB: Orphan table encountered during DROP DATABASE. This is possible if 'schedule.table_name.frm' was lost.
2022-01-19T07:47:03.589604Z 2 [Warning] InnoDB: MySQL is trying to drop database schedule.`` though there are still open handles to table schedule.table_name.

原因

数据文件丢失所致

解决方式

如果是测试数据库可以直接删除该数据库所在目录内的所有数据表文件, 然后重新启动数据库即可
如果是生产库还没有解决办法,继续谷歌吧,百度上搜不到这个错的解决方式



这篇关于MySQL 报错MySQL is trying to drop database `schedule`.`` though there are still open handles to table的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程