Python connect mysql show processlist INFO = Null

580 Views Asked by At

When I use pymysql and sqlalchemy.create_engine queries on my MySQL server.There are so many connections sleep.I want see the query language by process INFO so I can dispose or close the connect,but the processlist Info is Null.So How can I see detail query SQL of process.

My query process SQL

SELECT * FROM information_schema.processlist;

show enter image description here

0

There are 0 best solutions below