Learn how to stop long running SQL query in MySQL
Sometimes when you Run a SQL join query in phpMyAdmin, there will be a situation where the entire server will go down because of the long running SQL query.
To kill this long running SQL query, you need to access …