I can't unistall mysql on ubuntu 12.10 -
i unistalled mysql-server ubuntu 12.10 machine, if type "mysql" on shell prompts me command line of possible mysql instance.
i want remove completely. tried command: sudo apt-get remove mysql-server php5-mysql , sudo apt-get remove --purge mysql-client mysql-server
they run ok unistalled mysql.but said, if type mysql on shell prompts me mysql command line.
please, need help.
sudo apt-get remove --purge mysql-server mysql-client mysql-common sudo rm -rf /var/lib/mysql
run remove --purge on packages including common shown above, , remove /var/lib/mysql folder.
that should it.
Comments
Post a Comment