Linux : Essentials MySQL Admin CLI commands
Here is a quick list of useful commands for any MySQL database administrator. Show the server full status : mysqladmin -u root -p extended-status You may also sort specific information with “grep” as followed : mysqladmin -u root -p extended-status | grep Threads Show the current running process and queries (remove “-i 1” to display… Read More »