28 Mar Fix Can’t connect to MySQL Server: MySQL Workbench could not detect any MySQL running
In this post, learn how to fix Can’t connect to MySQL Server. You may get this error while installing MySQL on Windows 10 and opening “MySQL Workbench” for the first time. Below is the exact error.
Error
Following is the error:
1 2 3 |
Can't connect to MySQL Server. MySQL Workbench could not detect any MySQL running |
Fix Can’t connect to MySQL Server Error
Step1: To fix the issue, go to START and type “Services” as shown below:
Step 2: Now, look for MySQL80 under Services as shown below:
Right click and Stop MySQL80:
Step3: After stopping the server, right click again and select Properties:
Step4: Now, we will reach MySQL80 Properties:
On clicking Log On, the following Network Service account will be visible:
Click “Local System Account”, then apply and at last, OK:
Step5: Right click and START the server as shown below. This will connect to MySQL Server:
Now, go to start, type “MySQL Workbench” and open it. The same will work.
Follow the below videos for MySQL Server and Workbench:
Video Tutorial
If you’d like to see video tutorial and fix the issue, then refer the below video,
If you liked the fix, spread the word and share the link and our website Studyopedia with others.
Support us: DONATE
Read More
- Fix MySQL Bad Handshake: Failed to Connect to MySQL at 127.0.0.1;3306 with user root
- How to Fix MySQL ERROR 1045 (28000) Access denied for user root@localhost…
- Fix MySQL No Packages Found – Did not find packages in the current bundle suitable…
- Resolving Drupal Installation PHP OPcode Caching Not Enabled Warning
No Comments