flowersla.blogg.se

Debian 11 install mariadb
Debian 11 install mariadb










I was expecting that my remove/purge/install commands would return me to a time when the world was new, but no – I ended up in a broken universe. Having read that man page excerpt, wouldn’t you conclude that with those steps, all MariaDB-related config files on the system would be removed?Įven worse, after doing a simple rm -rf on /etc/mysql and then doing an apt-install mariadb-server, many important config files in /etc/mysql were missing and the instance wouldn’t start. You apt remove and apt purge all MariaDB/MySQL-related packages on the box.You install mariadb-server but don’t touch any config files and immediately shut it down.Purge is identical to remove except that packages are removed and purged (any Sign is appended to the package name (with no intervening space), the identified package Note that removing a package leaves its configuration files on the system.

debian 11 install mariadb

Remove is identical to install except that packages are removed instead of installed. Here’s what the apt-get(8) man page says: remove

debian 11 install mariadb

Naturally, I did this: apt -y remove mariadb-serverīut then I discovered many files remaining in /etc/mysql after doing this. After playing with and repeatedly reconfiguring a Galera cluster, I decided I wanted to start over with a clean slate. Keep that in mind as you learn of my recent experience trying to uninstall MariadB.












Debian 11 install mariadb