摘要:
最大连接数 show variables like 'max_connections'; 超时时间 show global variables like '%timeout%'; 超时分析: TimeoutError: QueuePool limit of size 10 overflow 10 r 阅读全文
摘要:
You can’t specify target table ‘aaa′ for update in FROM clause 使用MySQL 执行DELETE FROM时,若子查询的 FROM 子句和更新/删除对象使用同一张表,会出现错误。 针对“同一张表”这个限制,撇开效率不谈,多数情况下都可以通 阅读全文