[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Re: Upgrading from MySQL 3.22.32 - Need help
- Subject: [cobalt-users] Re: Upgrading from MySQL 3.22.32 - Need help
- From: "Adrian Boismoreau" <aboismoreau@xxxxxxxxxxxxxxx>
- Date: Wed Apr 4 09:36:14 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
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.
Thanks again, and sorry about my ignorance.
Adrián Boismoreau
__________________
S K Y m e d i a
info@xxxxxxxxxxxxxxx
www.skymedia.com.ar
>>Hi,
>>
>>I need to upgrade MySQL to 3.23.
>>I'm not very used to Linux and Apache. So hope someone may help me to do
it.
>>I have root access and know how to use "tar" and the basic unix commands.
>>Can anyone give me a step by step receip?
>What server are you using? What version of MySQL are you currently
>using? How was it installed? If it was an RPM, you may need to uninstall
>this before proceeding.
>
>Anyway, to install MySQL from source, do the following:
>
>
>wget http://www.mysql.com/Downloads/MySQL-3.23/mysql-3.23.36.tar.gz
>
>unpack the tarball, and enter the source directory then;
>
>./configure --prefix=/usr/local/mysql
>make
>make check
>make install
>
>I have installed this on RaQ3 just the other day, and the installation went
>through fine.
>
>- Glen