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 
  1. i have checked python (2.6) installed on machine.
  2. i have installed mysql python connector mentioned @ http://dev.mysql.com/downloads/connector/python/

  3. i have installed mysql utilities https://dev.mysql.com/downloads/utilities/

i not sure why still getting error.


Comments

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -