You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to access --help options for twindb_table_compare
What I Did
twindb_table_compare --help
Traceback (most recent call last):
File "/usr/bin/twindb_table_compare", line 7, in <module>
from twindb_table_compare.cli import main
File "/usr/lib/python2.6/site-packages/twindb_table_compare/cli.py", line 9, in <module>
import MySQLdb
File "/usr/lib64/python2.6/site-packages/MySQLdb/__init__.py", line 19, in <module>
import _mysql
ImportError: /usr/lib64/libmysqlclient.so.18: version `libmysqlclient_16' not found (required by /usr/lib64/python2.6/site-packages/_mysql.so)
The text was updated successfully, but these errors were encountered:
Description
Trying to access --help options for twindb_table_compare
What I Did
The text was updated successfully, but these errors were encountered: