MySQL Forums
Forum List  »  MySQL Workbench

Re: connection OK cannot connect to databaseserver
Posted by: Marcin Marek
Date: October 27, 2015 03:17AM

Hi,

Did you install Windows 10 from iso (clean install) or was it upgraded version from previous system (Win7 or Win8)?
Please check your firewall settings, especially if you have port 3306 open.

Instead of 127.0.0.1 you can do the test with localhost (127.0.0.1 will be more easily recognized as an IP, localhost can be changed to another IP in the computer's host-file and there are some differences between IPv4 and IPv6)

It would be nice if you could paste debug log file which contains more info.
You can do this starting workbench with --log-level=debug3 command line switch.

--
Marcin Marek
MySQL Developer Tools

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.