Uninstall MySQL completely from Ubuntu -


i have trouble in uninstalling mysql ubuntu. used following commands, doesn't seem still find mysql folder in \etc directory

1.aptitude remove mysql-client

2.aptitude remove mysql-server

3.aptitude remove mysql-common

please suggest way uninstall , command check if uninstallation successful. thank you!

sudo apt-get remove --purge mysql-client mysql-server


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -