Page 1 of 1

mysql in linux

Posted: Thu May 13, 2010 8:38 pm
by mary
I installed mySQL a while ago, and would like to reinstall it so I can start from scratch again, I've tried reinstalling mySQL from synaptic, but it saves the configuration files, any ideas on how to completely get rid of it?

Re: mysql in linux

Posted: Thu May 13, 2010 8:53 pm
by avansc
what linux distro are you running, if you use the package manager from command line you should be able to completely remover it.

Re: mysql in linux

Posted: Fri May 14, 2010 5:17 am
by M_D_K
sudo apt-get remove --purge mysql

then you can re-install it.