复制远程数据库时遇到问题

时间:2019-07-31 16:46:11

标签: mysql mysql-workbench

我是MySQL Workbench的新手,在将远程数据库复制到本地驱动器时遇到问题。

连接到本地或远程服务器都没有问题,但是当我尝试从远程数据库复制数据库时,出现以下错误消息:

    Traceback (most recent call last):
  File "/Applications/MySQLWorkbench.app/Contents/Resources/plugins/db_copy_progress.py", line 155, in thread_work
    self.func()
  File "/Applications/MySQLWorkbench.app/Contents/Resources/plugins/db_copy_progress.py", line 641, in _row_count
    total = self._transferer.count_table_rows(self._working_set)
  File "/Applications/MySQLWorkbench.app/Contents/Resources/plugins/DataMigrator.py", line 285, in count_table_rows
    raise Exception("Error getting row count from source tables, wbcopytables exited with code %s" % out.returncode)
Exception: Error getting row count from source tables, wbcopytables exited with code 1
ERROR: Counting table rows to copy: Error getting row count from source tables, wbcopytables exited with code 1
Failed

0 个答案:

没有答案