On Fri, 2004-08-06 at 20:49 -0400, [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

You dont necessarily have to uninstall it, you COULD do an rpm upgrade
if this was installed via RPM.

1) to remove, rpm -e <package-name>
2) to add, rpm -Ivh <package-name>
3) to update, rpm -Uvh <package-name>

just watch for dependencies.

HTH
Michael Weiner

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

Reply via email to