Skip to content. | Skip to navigation

Personal tools

Navigation

You are here: Home / Wiki / Kb175

Kb175

Emulab FAQ: Testbed Operations: How do I restart mysqld on boss?

Emulab FAQ: Testbed Operations: How do I restart mysqld on boss?

To kill/restart mysqld:

  /usr/local/etc/rc.d/2.mysql-server.sh stop

(Should not be necessary: /usr/local/etc/rc.d/2.mysql-server.sh start )

If "stop" doesn't work, do kill -1, kill, then kill -9 on mysqld. The new one seems to start automatically.