| Bug #91034 | Can't connect to MySQL server on 'localhost' (10061) | ||
|---|---|---|---|
| Submitted: | 26 May 2018 14:20 | Modified: | 26 May 2018 15:38 |
| Reporter: | Jürgen Meister | Email Updates: | |
| Status: | Can't repeat | Impact on me: | |
| Category: | MySQL Workbench | Severity: | S5 (Performance) |
| Version: | 6.3.10 | OS: | Windows (Microsoft Windows 10 Pro) |
| Assigned to: | CPU Architecture: | Any | |
| Tags: | WBBugReporter | ||
[26 May 2018 14:20]
Jürgen Meister
[26 May 2018 15:38]
MySQL Verification Team
Thank you for the bug report. I could not repeat either with 6.3.10 or 8.0.11 rc development release version. Check if the server is effectively running using a command line with Administrator privileges (below example with a service named mysql57)
Microsoft Windows [Version 10.0.17134.48]
(c) 2018 Microsoft Corporation. All rights reserved.
C:\WINDOWS\system32>sc query mysql57
SERVICE_NAME: mysql57
TYPE : 10 WIN32_OWN_PROCESS
STATE : 1 STOPPED
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0
C:\WINDOWS\system32>net start mysql57
The MySQL57 service is starting..
The MySQL57 service was started successfully.
C:\WINDOWS\system32>sc query mysql57
SERVICE_NAME: mysql57
TYPE : 10 WIN32_OWN_PROCESS
STATE : 4 RUNNING
(STOPPABLE, PAUSABLE, ACCEPTS_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0
after you sure it is running check the connection using the mysql.exe client.
