Bug #69376 | MySQL to MySQL migration fails at wbcopytables | ||
---|---|---|---|
Submitted: | 1 Jun 2013 14:39 | Modified: | 31 Jul 2013 15:07 |
Reporter: | Charles Bailey | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench: Migration | Severity: | S2 (Serious) |
Version: | 5.2.47 | OS: | MacOS (10.6.8) |
Assigned to: | CPU Architecture: | Any |
[1 Jun 2013 14:39]
Charles Bailey
[1 Jun 2013 15:11]
MySQL Verification Team
Thank you for the bug report. Starting... Prepare information for data copy... Prepare information for data copy done Determine number of rows to copy.... Counting number of rows in tables... /Applications/MySQLWorkbench.app/Contents/MacOS/wbcopytables --count-only --passwords-from-stdin --mysql-source=root@:: --table `contacts` `contacts` --table `contacts` `yesandno` --table `contacts` `phone` Connecting to MySQL server using socket with user root 12:02:44 [ERR][ copytable]: Failed opening connection to MySQL: Can't connect to local MySQL server through socket '' (2) 12:02:44 [ERR][ copytable]: Exception: mysql_real_connect: Can't connect to local MySQL server through socket '' (2) ERROR: Determine number of rows to copy: Error getting row count from source tables Failed
[31 Jul 2013 15:07]
Philip Olson
Fixed as of MySQL Workbench 6.0.3, and here's the changelog entry: Migrating a local MySQL server to a remote MySQL server would fail at the data copy step, when a stored connection using the default socket path was used. Thank you for the bug report.