LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   How do I COMPLETELY remove mysql 5.1 server on debian 5.0 (https://www.linuxquestions.org/questions/linux-server-73/how-do-i-completely-remove-mysql-5-1-server-on-debian-5-0-a-770060/)

root.WhiteFangs 11-18-2009 05:17 PM

How do I COMPLETELY remove mysql 5.1 server on debian 5.0
 
I need to completely remove mysql server 5.1, every single trace of it or atleast most of them, because I want to reinstall the server and the installer wizard fails to set a new root password (I assume the old one is saved somewhere). I have already uninstalled the server with --purge mode on apt-get and removed table files.

Any help is appreciated.

fotoguy 11-19-2009 02:24 AM

Mysql passwords are stored in the mysql database directory, usually /var/lib/mysql, if you delete this directory then all passwords and users are deleted.


All times are GMT -5. The time now is 11:46 PM.