Re: Stuck with older version of MySQL on RH9, want to install latest, but cant

2005-03-17 Thread Gleb Paharenko
Hello.



 Hi, I am trying to install the latest version of MySQL(i am not sure

 4.0.23?



Use 4.1.10a. See:

  http://dev.mysql.com/downloads/





 Hi, I am trying to install the latest version of MySQL(i am not sure

 4.0.23? currently in the office). The RH9 comes with some 3.2.xx

 version, I try to run rpm -U to upgrade but that doesnt work, I try to

 install it doesnt work and I try to remove mysql that doesnt work

 either. I went to Add and Remove programs removed anything to do with

 SQL server and still it shows on command line that mysql 3.2.xx is

 installed.

 

 When I try and remove using rpm command line it gives me PHP DBD

 dependency error.

 

 I basically want to remove and upgrade my MySQL, but have not found a

 simple way of doing it.

 

 Any help would be great

 

 Thanks

 Ankur

 



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.NET http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Gleb Paharenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.NET
   ___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: Stuck with older version of MySQL on RH9, want to install latest, but cant

2005-03-17 Thread Warren Young
Ankur G35 Saxena wrote:
All I had to do was rpm -Uvh --nodeps pkg_name
I have the MySQL AB RPMs running on Red Hat 9 just fine.  I didn't have 
to force them at all.

I suspect you had to force it because you had MySQL installed already. 
The problem is, the Red Hat package is called mysql, whereas the MySQL 
AB package is called MySQL -- they are different names in RPM's view, 
so files named the same in both packages cause a conflict.

If you had uninstalled the old MySQL RPMs and then installed the new 
ones, they wouldn't have required the --nodeps forcing argument.

did the server first, then the libraries and then client
You can give multiple RPM files to the rpm command:
$ rpm -ivh MySQL-*.rpm
You don't have to give the names in any particular order.  The rpm 
program will figure out the correct order to install them.

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]


Stuck with older version of MySQL on RH9, want to install latest, but cant

2005-03-15 Thread Ankur G35 Saxena
Hi, I am trying to install the latest version of MySQL(i am not sure
4.0.23? currently in the office). The RH9 comes with some 3.2.xx
version, I try to run rpm -U to upgrade but that doesnt work, I try to
install it doesnt work and I try to remove mysql that doesnt work
either. I went to Add and Remove programs removed anything to do with
SQL server and still it shows on command line that mysql 3.2.xx is
installed.

When I try and remove using rpm command line it gives me PHP DBD
dependency error.

I basically want to remove and upgrade my MySQL, but have not found a
simple way of doing it.

Any help would be great

Thanks
Ankur

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: Stuck with older version of MySQL on RH9, want to install latest, but cant

2005-03-15 Thread Ankur G35 Saxena
Thanks for helping brian, While I was going through some sites where
people had posted some trouble, I found this guy who had successfully
installed the server, client and dev package.

All I had to do was rpm -Uvh --nodeps pkg_name
I am not sure of the --nodeps, but i think it was there, but in any
event, did the server first, then the libraries and then client
finally stoped the mysql from running, installed the dev pkg and
started mysql back up, didnt take much time.

Thanks for the help
Ankur


On Tue, 15 Mar 2005 17:16:27 -0800, Bryan [EMAIL PROTECTED] wrote:
 Well,  When you uninstall something, you have to get rid of the
 dependencies as well.  In OpenBSD, I have to uninstall the PHP DB
 Module when I uninstall MySQL server.  You may be able to force it to
 uninstall, then uninstall the PHP module, or you can do the PHP module
 first, then uninstall MySQL. Then, it's just a matter of installing
 everything in reverse.  The module, then the server...
 
 Hope I was helpful.
 
 Bryan
 
 On Tue, 15 Mar 2005 08:46:52 -0600, Ankur G35 Saxena [EMAIL PROTECTED] 
 wrote:
  Hi, I am trying to install the latest version of MySQL(i am not sure
  4.0.23? currently in the office). The RH9 comes with some 3.2.xx


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]