MySQL Workbench - Connect to a Localhost

Sounds like you only installed the MySQL Client Tools (MySQL Workbench). You have to install the MySQL Database server, configure and start it.

http://dev.mysql.com/downloads/

You probably want the MySQL Community Server download.


For Win users:

Check if the MYSQL service is running or not. To check the service is running or not. Use the below steps:

  • Step1: Open the Services Desktop app from the Windows menu.

enter image description here

  • Step 2: Then search the list of services to identify the name of the MySQL service. enter image description here
  • Step 3: Right-click on the service name to open the menu.
  • Step 4: Start the service if it is not running.