by timclark2000 on Wed Mar 09, 2011 7:32 pm
Hi Dale,
If it is a reasonably recent build of Zend Server you are using, the version of MySQL that it attempted to install is 5.1.50. The MySQL management commands from the Zend menu only work on the installation of MySQL that Zend loads. You can't use the controls on a manually installed version of MySQL. So, to answer your questions in reverse order, you will not be able to use the Zend menu commands unless you use the Zend menus to install MySQL 5.1.50.
Since you mentioned wanting to keep using 5.1.39 of MySQL, you can clean up the older versions by doing the following:
With MySQL 5.1.39 running, execute the following two commands from your favorite MySQL client.
select @@datadir;
select @@basedir;
The two directory paths that show up there are the two paths you do NOT want to delete. And it probably wouldn't hurt to back up these directories just in case something happens during clean-up.
Once you've determined what you don't want to delete, cleaning up is simply a matter of eliminating the remaining MySQL directories. I'm going to guess that the following directories are the ones you want to clean up.
/usr/local/mysqldata
/usr/local/mysql-5.0.45....
/QOpenSys/usr/local/mysql/mysql-5.1.34.....
Hope that helps,
Tim