mysqladmin -u root -p status

Category: Databases & SQL

mysqladmin -u root -p status

Show MySQL uptime and load

mysqladmin status prints uptime, thread count, queries per second, and open-table numbers in one line. A quick health snapshot for scripts. Related: mysqladmin ping for a pure alive check.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.