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;