Results 1 to 6 of 6
Hi friends ,
I've install the My Sql on Linux system. Now i wanna update the version of MySql . I've installed the MySQL by Self-Extracting Binary .
How do ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-23-2007 #1Just Joined!
- Join Date
- Feb 2007
- Posts
- 4
How to uninstall the MySql
Hi friends ,
I've install the My Sql on Linux system. Now i wanna update the version of MySql . I've installed the MySQL by Self-Extracting Binary .
How do i remove the prev. version , what r the steps to remove my sql?
Is there any refernce docs on net available to do so ?
While installationing the new MySql which is the better way non-RPM or RPM ?
Regards,
Sachin Warang.
- 02-23-2007 #2
The mysql package can be removed with thr rpm command
view your man rpm pages for exact syntax.
- 02-25-2007 #3
this is by far one of the easiest mysql installs
http://www.devside.net/guides/linux/mysql
- 02-26-2007 #4Just Joined!
- Join Date
- Feb 2007
- Posts
- 4
Hi friends ,
but i've installed the MySql by Self-Extracting Binary not by RPM.
Do i've to use the same procedure to uninstall which we use for RPM ?
Or is there anyother way to uninstall the to Self-Extracting Binary ?
Sachin Warang.
- 02-28-2007 #5
uninstall mysql
try using yum
yum remove mysql
- 02-28-2007 #6Just Joined!
- Join Date
- Feb 2007
- Posts
- 4
Do a search on where the MySql installation is. You should then stop the server and backup the existing data (the data should be stored in /var/lib/...). Extract the new self-extracting binary of MySql to another directory and point it to the data dir. You might also want to point to your my.cnf file as well if you're using some custom params.
Originally Posted by sachinwarang


Reply With Quote
