Meta Server Uninstallation
Uninstalling Management Nodes
1. Stop the Services Before Uninstallation
2. Uninstall the MariaDB Database
systemctl stop mysql
rm -rf /etc/my.cnf
rm -rf /etc/init.d/mysql.server
# Delete the MariaDB installation directory (assumed to be /opt/unispace)
rm -rf /opt/unispace/mysql/
rm -rf /usr/bin/mysql
rm -rf /usr/bin/mysqldump
3. Delete the Installation Package
# Delete the specified installation directory (default directory is /opt/unispace).
rm -rf /opt/unispace
Previous
Issues & Solutions
Next
Client Uninstallation
Last modified: 2026-03-29