Learn how to view all the MySQL Server status variable and it’s current value
Use mysqladmin extended-status command to view all the mysql server status variable and it’s current value. mysqladmin -u root -ptestpassword extended-status +——————————————+————-+ | Variable_name | Value | +——————————————+————-+ | Aborted_clients | 0 | | Aborted_connects | 1 | | Binlog_cache_disk_use | 0 | | Binlog_cache_use | 0 | | Binlog_stmt_cache_disk_use | 0 | | Binlog_stmt_cache_use […]
Continue Reading →