Kurinchi Blogger Scribbles …


Aug 10
2011

MySQL: How to stop, start or restart mysql?

Last updated: August 10th, 2011

In linux, following commands are used to start/stop/restart mysql

$/etc/init.d/mysqld start
$/etc/init.d/mysqld restart
$/etc/init.d/mysqld stop

In windows, mysql runs as a service.
C:> net stop mysql
C:> net start mysql

Tags: , ,

Leave a Reply


Valid HTML 4.01 Strict  Valid HTML 4.01 Strict