Learn how to combine multiple mysqladmin commands together
In the example below, you can combine process-list, status and version command to get all the output together as shown below. # mysqladmin -u root -ptmppassword process status version +—-+——+———–+—-+———+——+——-+——————+ | Id | User | Host | db | Command | Time | State | Info | +—-+——+———–+—-+———+——+——-+——————+ | 43 | root | localhost | […]
Continue Reading →