[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Re: Upgrading from MySQL 3.22.32 - Need help



At 20:16 04/04/01, you wrote:
Well, I installed the MySQL 3.23.36 tarball like you said. I got no errors
during installation. But the working MySQL version is still 3.22.32 (the one
I have installed). I rebooted the server and still 3.22.32.
Any ideas of how can I remove the older version? Shall I need to install the
new one again?

By the way, I'm working on a RaQ3, and really don't know if MySQL has been
installed with RPM or Tar for the first time as our colocation provider did
it.

Try;

rpm -qa | grep mysql

which will tell you if a MySQL RPM was installed.  To remove it use;

rpm -e [packagename]

- Glen