python - unable to run Mysqldbcopy on Suse Enterprise 11 -
when tried run mysqldbcopy utility following error.
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> mysql.utilities.common.tools import check_python_version importerror: no module named mysql.utilities.common.tools - i have checked python (2.6) installed on machine.
i have installed mysql python connector mentioned @ http://dev.mysql.com/downloads/connector/python/
i have installed mysql utilities https://dev.mysql.com/downloads/utilities/
i not sure why still getting error.
Comments
Post a Comment