Hi there
Got a connection with pythonanywhere mysql db using ssh in MySQL workbench. It seems that the migration wizard cannot run, on the shh connection. Anyone got experience with this?
I need an easy way to transfer my databases from a local mysql server to the pa one.
Connecting to Mysql@mysql.server:3306@ssh.pythonanywhere.com...
Traceback (most recent call last):
File "C:\Program Files (x86)\MySQL\MySQL Workbench 6.0 CE\modules\db_mysql_fe_grt.py", line 137, in connect
con.connect()
File "C:\Program Files (x86)\MySQL\MySQL Workbench 6.0 CE\workbench\db_utils.py", line 196, 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: Unknown MySQL server host 'mysql.server' (2) (code 2005)
Connecting to Mysql@mysql.server:3306@ssh.pythonanywhere.com...
Traceback (most recent call last):
File "C:\Program Files (x86)\MySQL\MySQL Workbench 6.0 CE\modules\db_mysql_fe_grt.py", line 137, in connect
con.connect()
File "C:\Program Files (x86)\MySQL\MySQL Workbench 6.0 CE\workbench\db_utils.py", line 196, 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: Unknown MySQL server host 'mysql.server' (2) (code 2005)
Traceback (most recent call last):
File "C:\Program Files (x86)\MySQL\MySQL Workbench 6.0 CE\workbench\wizard_progress_page_widget.py", line 66, in run
self.func()
File "C:\Program Files (x86)\MySQL\MySQL Workbench 6.0 CE\modules\migration_source_selection.py", line 454, in task_test_target
raise e
SystemError: MySQLError("Unknown MySQL server host 'mysql.server' (2) (code 2005)"): error calling Python module function DbMySQLFE.connect
ERROR: Error during Check target DBMS connection: MySQLError("Unknown MySQL server host 'mysql.server' (2) (code 2005)"): error calling Python module function DbMySQLFE.connect
ERROR: Exception in task 'Check target DBMS connection': SystemError('MySQLError("Unknown MySQL server host \'mysql.server\' (2) (code 2005)"): error calling Python module function DbMySQLFE.connect',)
Failed