Kurinchi Blogger Scribbles …


Posts Tagged ‘mysql stop’

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

Jan 20
2009

windows command prompt mysql start stop

Last updated: April 8th, 2009

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


Valid HTML 4.01 Strict  Valid HTML 4.01 Strict