MySQL踩坑记录及解决方案
本文最后更新于:2021年7月10日 下午
#MySQL踩坑记录及解决方案
坑号1206
1206 - The total number of locks exceeds the lock table size
1206填坑方案
#扩大缓存
SET GLOBAL tmp_table_size =1024*1024*1024;
SET GLOBAL innodb_buffer_pool_size=3*1024*1024*1024;
本博客所有文章除特别声明外,均采用 CC BY-SA 4.0 协议 ,转载请注明出处!