[BlueOnyx:18005] Re: CMU import problem

2015-07-13 Thread Michael Stauber
Hi Lewis, > rpm -qa|grep MySQL > 5106R = perl-DBD-MySQL-3.007-2e15 > 5108R = perl-DBD-MySQL-4.013-3.el6.x86_64 You should grep for it in lower-case: rpm -qa|grep mysql|grep -v ^base- On 5209R you'd check for it this way: rpm -qa|grep mariadb > Everything seems to work. The GUI reports > "MySQL

[BlueOnyx:18004] Re: CMU import problem

2015-07-13 Thread Lewis Gardner
Michael, Thanks. I skipped that step and all went well. You are absolutely correct in that this is isn't a CMU problem. Maybe more of a FAQ issue. I was more fixated on the entire process. rpm -qa|grep MySQL 5106R = perl-DBD-MySQL-3.007-2e15 5108R = perl-DBD-MySQL-4.013-3.el6.x86_64 Everythin