Manage cookies that are used for advertising, such as ad personalization, remarketing, and ad effectiveness analysis.
2.6.1.1.14. Force terminate all database queries
In the control panel you can quickly view list of active MySQL processes. You can view the list of queries for a certain database and forcefully terminate some of them using phpMyAdmin.
Each database connection is started in a separate process (thread). If there are too many processes and it interferes with the work of the site, you can force them to terminate.
- Open the "Databases" section.
- In the database menu, click "Force kill all queries":

- Confirm the operation with the button in the window.
(3)