How to shutdown Mysql from command prompt?
Feb 10, 2009 - by kurinchilamp / MySql / Post Comment
To shutdown mysql from command prompt, issue the following command in Linux box
[root@computer /]# mysqladmin -u root -p shutdown
In windows,
C:\mysql\bin> mysqladmin -u root -p shutdown _
Continue Reading