I cannot run Mysql Workbench 5.2 server

Asked

Viewed 5,590 times

0

I am trying to connect to the Mysql Workbench 5.2 CE server to open a Ruby project. However, I cannot connect to the server (local). The following error appears: Can’t connect to MYSQL on '127.0.0.1' (10061). I’ve looked for some tutorials, but nothing was effective.

  • Is windows? already seen if mysql service is running?

  • 3

    this error message usually occurs when the mysql service is not running. Look in the "Control Panel -> Services". In the service list, look for "mysql". It should probably be stopped. Just start the service (start)

2 answers

1

Dude, from what I searched here, it seems that the error returns when mysql is not running take a look if the mysql service is standing...

service --status-all lists all services on linux

net start lists the services in windows

-1

If you have Wampserver installed on Windows, activate the Mysql service. Click on the icon of Wamp> MySQL> Opções do Serviço> Iniciar.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.