无法在Suse Enterprise 11上运行Mysqldbcopy

2024-09-28 21:02:14 发布

您现在位置:Python中文网/ 问答频道 /正文

当我尝试运行mysqldbcopy实用程序时,出现了以下错误。你知道吗

mysqldbcopy --source=root:root@localhost:3306 \
          --destination=root:root@localhost:3306 first:first_copy

Traceback (most recent call last):
  File "/usr/bin/mysqldbcopy", line 24, in <module>
    from mysql.utilities.common.tools import check_python_version
ImportError: No module named mysql.utilities.common.tools
  1. 我已经检查了python(2.6)是否安装在我的机器上。你知道吗
  2. 我已经安装了在http://dev.mysql.com/downloads/connector/python/中提到的mysql python连接器

  3. 我已经从安装了mysql实用程序 https://dev.mysql.com/downloads/utilities/

我不知道为什么我仍然得到那个错误。你知道吗


Tags: dev实用程序comlocalhostsourcedownloads错误mysql