table cache满了,且线程打开一个不再table cache中的表。
table cache中表数量达到了table_open_cache的值,且cache中有所有线程都不再使用的表。
执行
FLUSH TABLE
语句,mysqladmin flush-tables
或者mysqladmin refresh
命令
文章转载自写程序的猫,如果涉嫌侵权,请发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。


table cache满了,且线程打开一个不再table cache中的表。
table cache中表数量达到了table_open_cache的值,且cache中有所有线程都不再使用的表。
执行FLUSH TABLE
语句,mysqladmin flush-tables
或者mysqladmin refresh
命令