Shared Tutorials New
Website Development
2D & 3D Graphics
Audio & Video Editing
Databases
Desktop Programming
Operating Systems
Business Applications
Miscellaneous
Selected Reading
© 2011 TutorialsPoint.COM
|
Shared Tutorials Directory
Tutorials Shared by the Community
-
http://javarevisited.blogspot.com/2010/10/frequently-used-mysql-comman...
Tutorial Statistics
Here is first set of my basic 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
./bin/mysqld_safe & More detail...
|
|
|