I can not run the MySQL Server 5.2 Workbench [closed]

0

I'm trying to connect to the MySql Workbench 5.2 CE server to open a project in Ruby. But I can not connect to the server (local). The following error appears: Can not connect to MYSQL on '127.0.0.1' (10061) . I've tried some tutorials, but nothing was effective.

    
asked by anonymous 01.05.2015 / 04:42

2 answers

1

service --status-all lists all services in linux

net start lists the services on windows

    
01.05.2015 / 07:27
-1

If you have WampServer installed on Windows, enable the MySQL service. Click the Wamp> MySQL> Opções do Serviço> Iniciar icon.

    
26.10.2016 / 20:42