摘要: show status like 'Threads%'; show variables like '%max_connection%'; 阅读全文
posted @ 2021-10-15 16:33 Hany47315 阅读(97) 评论(0) 推荐(0)
摘要: import signal import inspect def _async_raise(tid, exctype): """raises the exception, performs cleanup if needed""" tid = ctypes.c_long(tid) if not in 阅读全文
posted @ 2021-10-15 14:41 Hany47315 阅读(86) 评论(0) 推荐(0)
摘要: import sys sys.setrecursionlimit(10000) sys.getrecursionlimit() 阅读全文
posted @ 2021-10-15 14:39 Hany47315 阅读(260) 评论(0) 推荐(0)