Here is first set of my basic mysql commands which I have used in my day to day life while working with mysql database.
For Checking Wheather MySQL Server is running or not
-------------------------------------------------------------
ps -auxwww | grep mysql
Starting mysql
-----------------------
go to mysql installation directory and execute below command
Read more »
For Checking Wheather MySQL Server is running or not
-------------------------------------------------------------
ps -auxwww | grep mysql
Starting mysql
-----------------------
go to mysql installation directory and execute below command