mysql鏈接池, 鏈接的釋放, 鏈接的回收, 鏈接釋放機制

#!/bin/python from sqlalchemy.pool import QueuePool import threading import MySQLdb import time def creator(): c = MySQLdb.connect(host="192.168.41.76", db="test", user="root", passwd="root", po
相關文章
相關標籤/搜索