check mysql status on commandline

Solutions on MaxInterview for check mysql status on commandline by the best coders in the world

showing results for - "check mysql status on commandline"
Neal
09 Oct 2017
1$ systemctl status mysql
2● mysql.service - LSB: Start and stop the mysql database server daemon
3     Loaded: loaded (/etc/init.d/mysql; generated)
4     Active: active (running) since Tue 2021-05-18 13:34:02 CEST; 12s ago
5       Docs: man:systemd-sysv-generator(8)
6    Process: 127538 ExecStart=/etc/init.d/mysql start (code=exited, status=0/SUCCESS)
7      Tasks: 33 (limit: 9079)
8     Memory: 100.8M
9        CPU: 569ms
10...
11