mysql status

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

showing results for - "mysql status"
Paula
10 Aug 2019
1sudo service mysql status
2# or
3ps aux | grep mysql
4# connexion:
5mysql -u <username> -p <database-name>