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

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -