2023年8月28日
摘要: 1.安装,参考网上教程,不再重复赘述 https://www.cnblogs.com/mindtechnist/p/17243882.html 2.注意点: 网上多数文章中为了方便,会直接在/usr/bin目录下重建python的软链接,指向python3,由于centos默认的python版本为2 阅读全文
posted @ 2023-08-28 10:22 AquariusSphere 阅读(46) 评论(0) 推荐(0)
摘要: 症状:进行表的ddl操作时,一直在loading,等待响应 怀疑锁表,查询进程表,发起的语句在等待被锁表 # show processlist; 进一步明确当前被锁定的表 # show open tables where in_use > 0; 果然是目标表 参考:https://blog.csdn 阅读全文
posted @ 2023-08-28 09:44 AquariusSphere 阅读(58) 评论(0) 推荐(0)