30
Nov
Learn how to check whether MySQL Server is up and running?
You can use mysqladmin ping for this. Type following command on your terminal and give your password. It will show you the status of mysql server.
# mysqladmin -u root -p ping Enter password: mysqld is alive