Bug #80125 I can not connect to a server no matter what i do!
Submitted: 23 Jan 2016 4:11 Modified: 25 Feb 2016 5:12
Reporter: Michael Michael Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Server Severity:S5 (Performance)
Version:6.3.6 OS:Windows (Microsoft Windows 7 Home Premium Service Pack 1)
Assigned to: CPU Architecture:Any
Tags: WBBugReporter

[23 Jan 2016 4:11] Michael Michael
Description:
----[For better reports, please attach the log file after submitting. You can find it in C:\Users\Owner\AppData\Roaming\MySQL\Workbench\log\wb.log]

Starting...
Connect to source DBMS...
- Connecting to source...
Connecting to Mysql@127.0.0.1:3306...
Traceback (most recent call last):
  File "C:\MySQL\MySQL Workbench 6.3 CE\modules\db_mysql_re_grt.py", line 62, in connect
    con.connect()        
  File "C:\MySQL\MySQL Workbench 6.3 CE\workbench\db_utils.py", line 296, in connect
    raise MySQLError(modules.DbMySQLQuery.lastError(), modules.DbMySQLQuery.lastErrorCode(), "%s@%s" % (self.connect_info.parameterValues["userName"], self.connect_info.parameterValues["hostName"]))
workbench.db_utils.MySQLError: Can't connect to MySQL server on '127.0.0.1' (10061) (code 2003)
Connecting to Mysql@127.0.0.1:3306...
Traceback (most recent call last):
  File "C:\MySQL\MySQL Workbench 6.3 CE\modules\db_mysql_re_grt.py", line 62, in connect
    con.connect()        
  File "C:\MySQL\MySQL Workbench 6.3 CE\workbench\db_utils.py", line 296, in connect
    raise MySQLError(modules.DbMySQLQuery.lastError(), modules.DbMySQLQuery.lastErrorCode(), "%s@%s" % (self.connect_info.parameterValues["userName"], self.connect_info.parameterValues["hostName"]))
workbench.db_utils.MySQLError: Can't connect to MySQL server on '127.0.0.1' (10061) (code 2003)

Traceback (most recent call last):
  File "C:\MySQL\MySQL Workbench 6.3 CE\workbench\wizard_progress_page_widget.py", line 66, in run
    self.func()
  File "C:\MySQL\MySQL Workbench 6.3 CE\modules\migration_source_selection.py", line 444, in task_connect
    raise e
SystemError: MySQLError("Can't connect to MySQL server on '127.0.0.1' (10061) (code 2003)"): error calling Python module function DbMySQLRE.connect
ERROR: Error during Connect to source DBMS: MySQLError("Can't connect to MySQL server on '127.0.0.1' (10061) (code 2003)"): error calling Python module function DbMySQLRE.connect
ERROR: Exception in task 'Connect to source DBMS': SystemError('MySQLError("Can\'t connect to MySQL server on \'127.0.0.1\' (10061) (code 2003)"): error calling Python module function DbMySQLRE.connect',)

Failed

How to repeat:
?
[25 Jan 2016 5:12] MySQL Verification Team
Hello Michael,

Thank you for the report.
Looking at the error messages it reminds me of Bug #69650. 
Please check Bug #69650, most likely duplicate of it.

Thanks,
Umesh
[26 Feb 2016 1:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".