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?
– Skywalker
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)
– Daniel Omine