Results 1 to 3 of 3
Hi All
I've dropped a major goolie with MySql and need to uninstall and then re-install it if possible.
I am running Suse 10.1 as a headless, command line only ...
- 11-14-2006 #1Linux Newbie
- Join Date
- Aug 2004
- Location
- Malvern, UK
- Posts
- 132
Uninstall/Re-Install MySql
Hi All
I've dropped a major goolie with MySql and need to uninstall and then re-install it if possible.
I am running Suse 10.1 as a headless, command line only lamp server.
I installed MySql using this command:
but can't seem to find a contra command to remove the packages.Code:yast -i mysql mysql-client mysql-shared perl-DBD-mysql perl-DBI perl-Data-ShowTable mysql-devel
Can this be done in yast?
I've had a look and most of the above packages have an "i" next to them when displayed in software management view. Do I have to change this to something else to remove the packages using yast.
I'd rather not re-install the entire server just to sort out MySql.
Thanks in advance.
BuboMy Computer Once Beat Me at Chess, but it is No Match for Me at Kickboxing !
Registered Linux User: #417183
- 11-14-2006 #2Code:
#rpm -e mysql mysql-client mysql-shared perl-DBD-mysql perl-DBI perl-Data-ShowTable mysql-devel
- 11-14-2006 #3Linux Newbie
- Join Date
- Aug 2004
- Location
- Malvern, UK
- Posts
- 132
Much obliged sir !
Worked like a charm.
BuboMy Computer Once Beat Me at Chess, but it is No Match for Me at Kickboxing !
Registered Linux User: #417183


Reply With Quote