mariadb_removal
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
mariadb_removal [2017/05/20 19:22] – created neoon | mariadb_removal [2021/11/25 22:42] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
**Make sure you have backups! Use it at your own risk!** | **Make sure you have backups! Use it at your own risk!** | ||
+ | |||
+ | Remove MariaDB | ||
+ | sudo apt-get remove --purge *mysql\* | ||
+ | | ||
+ | Remove the datadir and the configdir | ||
+ | rm -r /etc/mysql && rm -r / | ||
+ | |||
+ | Done, now you can install MariaDB if you like. | ||
+ | |||
+ | sudo apt-get install mariadb-server |
mariadb_removal.1495308176.txt.gz · Last modified: 2021/11/25 22:43 (external edit)