LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   removing mysql-server and all things related (https://www.linuxquestions.org/questions/linux-server-73/removing-mysql-server-and-all-things-related-692399/)

townie 12-23-2008 12:09 AM

removing mysql-server and all things related
 
hi
just wondering is their a command to remove everything that was install when i installed mysql-server. Ive mis configured it and having issues and i want to completed start again with mysql. when i originally when apt-get install mysql-server i also installed otehr things related to mysql. and now when i go apt-get remove mysql-server it removes the mysql-server but not all of the stuff that was installed wheni first installed mysql-server. any help would be great

thanks

ps i don't want any previous configuration left on the box

shail 12-23-2008 09:15 AM

Hi,

Try..

#apt-get remove mysql*

The wildcard character "*" works great for me on Fedora
with "yum remove mysql*".

Should work for apt-get

regards
Shailendra

archtoad6 12-23-2008 02:01 PM

I think you'll need a -purge in there too.

I'm working from memory, RT:)M apt-get to make sure I'm right. ;)

repo 12-23-2008 02:09 PM

or..
start synaptic, search for mysql, and do a complete removal.

townie 12-23-2008 11:32 PM

ok cool will do ,thanks everyone
merry Christmas


All times are GMT -5. The time now is 01:46 AM.