Thursday, 21 April 2016

How to start and stop MySQL ?


Windows
net start MySQL
net stop MySQL

OR
Open Control panel > Admin tools > Services
Find MySQL service and stop it.

Linux
/etc/init.d/mysql start
/etc/init.d/mysql stop

service mysqld start
service mysqld stop

No comments:

Post a Comment

Note: only a member of this blog may post a comment.