compared with
Current by Nata Ramanenka
on Mar 05, 2012 02:09.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (14)

View Page History

Alternatively, if you are using Windows, you can stop the MySQL service just like any other service. Open a command prompt (click "Start", select "Run", type {color:blue}cmd{color}, and click OK), type the following command and press <Enter>:
{code}
net stop MySQL
{code}net stop MySQL{code}
{code}
3. Move the contents of the data directory to another location as a backup.


Alternatively,you can start the MySQL service just like any other service. Open a command prompt (click "Start", select "Run", type {color:blue}cmd{color}, and click OK), type the following command and press <Enter>:
{code}
net start MySQL
{code}

{code}net start MySQL{code}

h3. Linux


2. Stop the MySQL instance using the following command:
{code}
/etc/init.d/mysql stop
{code}/etc/init.d/mysql stop{code}
{code}
!stop1.png!


5. Start the MySQL instance using the following command:
{code}
/etc/init.d/mysql start
{code}/etc/init.d/mysql start{code}
{code}
!start1.png!