I am trying to install MySQL Utilities 1.5.3 (from rpm) on CentOS 6.7 and I keep getting a dependency error indicating that I need mysql-connector-python 2.0 or higher. I have installed version 2.0.2 of the connector via the directions here. What can I do to get this working?
-
Try this and let me know how it goes. stackoverflow.com/questions/4380931/…. To avoid configuration problem, I strongly suggest you to use yum for centos, especially if you're not comfortable with centos and installation/configuration.Tin– Tin2016-03-10 14:58:54 +00:00Commented Mar 10, 2016 at 14:58
-
Not sure how that relates to my issue, but I did install MySQL 5.7 from RPM's using yum.CycleGeek– CycleGeek2016-03-10 15:07:24 +00:00Commented Mar 10, 2016 at 15:07
Add a comment
|