How to Stop/Start MySQL using MySQL Workbench

To stop/start MySQL using MySQL Workbench:

  1. Select Server > Startup/Shutdown from the top menu
  2. A tab will open showing whether the server is stopped or started. Click either Stop Server or Start Server as required.

Here are screenshots for the above steps.

Top Menu

Select Server > Startup/Shutdown from the top menu of MySQL Workbench:

Screenshot of selecting Startup/Shutdown
Selecting the “Startup/Shutdown” option from the “Server” menu.

The Startup/Shutdown Screen

A tab will open showing whether the server is stopped or started. Click either Stop Server or Start Server as required:

Screenshot of the “Administration - Startup/Shutdown” screen in MySQL Workbench
The “Administration – Startup/Shutdown” screen allows you to stop and start the MySQL server with a click of a button.

Note that stopping the MySQL server will close all current connections, and no applications will be able to use the server until it has been started again.