This page is original PmaControl documentation. It keeps a practical index structure for MySQL optimization work, without copying third-party content or depending on an external product.
Reading
The active port can differ from 3306 because of local configuration, a socket, a proxy, or multiple instances.
Collection
systemctl status mysql
journalctl -u mysql --since "1 hour ago"
SHOW FULL PROCESSLIST;
SHOW ENGINE INNODB STATUS\G
Correction
- Confirm the symptom with logs and metrics.
- Isolate the responsible account, database, query, or limit.
- Apply a targeted correction.
- Verify that the signal decreases after deployment.