Command to clear the screen content from command prompt in MySQL
mysql> \! clear
Command to clear the screen content from command prompt in MySQL
mysql> \! clear
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 start MySQL service from Windows command prompt
c:\mysql\bin> net start mysql
To stop MySQL service from Windows command prompt
c:\mysql\bin> net stop mysql