remove ALL settings. remove ALL databases. remove ALL replication settings.
WHat command do I run to remove that?
First remove MySQL in ordinary way (using apt-get purge or yum remove). After that issue:
rm -rf /var/lib/mysql
to be sure that MySQL data is completely deleted