Comments - Uninstall or delete MariaDB completely for re-installation

5 years, 6 months ago Faustin Lammler

Hi, I am not sure what platform you are working on (ubuntu or synology or both)?

If you are using ubuntu, I suggest you to use the apt-get command to remove the database package, for instance:

 $ sudo apt-get purge mariadb-server 

You may check which mariadb packages are installed with:

 $ sudo dpkg -l | grep mariadb 

Ubuntu documentation for apt-get: https://help.ubuntu.com/community/AptGet/Howto

Regards, Faustin

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.