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 _
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 _