Mysql service is missing

后端 未结 6 1855
Happy的楠姐
Happy的楠姐 2020-12-13 17:50

I have installed Mysql server locally and everything was working Ok but today when I tried to get a connection to the local db, I got an error. After checking services showe

6条回答
  •  旧巷少年郎
    2020-12-13 18:13

    I came across the same problem. I properly installed the MYSQL Workbench 6.x, but faced the connection as below:

    I did a bit R&D on this and found that MySQL service in service.msc is not present. To achieve this I created a new connection in MySQL Workbench then manually configured the MySQL Database Server in "System Profile" (see the below picture).

    You also need to install MySQL Database Server and set a configuration file path for my.ini. Now at last test the connection (make sure MySQL service is running in services.msc).

提交回复
热议问题