[EMAIL PROTECTED] wrote:

> Greetings... How do I uninstall MySQL under linux (i have Fedora Core 2)... i will 
> be installing a new version of it...
> I have 3.23 currently and will replace it with 4. Please Help Thanks

Try like that

rpm -qa | grep -i mysql 

This will give you the list of every package with word "mysql" in it. 

Then do 'rpm --erase' for all mysql packages (beware, don't delete everything
listed - there might be something that just needs MySQL, but not the server itself). 

Then you can download the latest RPM binary version of MySQL from www.mysql.com
and install it:

rpm --install MySQL*rpm 





-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [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]

Reply via email to