Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It is not necessary to shut down mysql, but if you want to, use the following commands 

Anchor
shutdown
shutdown
#shutdown

To stop mysql: mysqladmin -u root -p shutdown
Anchor
restart
#restart
restart

To restart mysql: sudo mysqld_safe &