0

remove ALL settings. remove ALL databases. remove ALL replication settings.

WHat command do I run to remove that?

Alex
  • 8,111
  • 24
  • 71
  • 99

1 Answers1

5

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

Deem3n
  • 258
  • 4
  • 9