Remove MariaDB Failed
I am using a server with Centos 7.9 and Plesk 18. There is a MariaDB 10.1 installed by default with Centos 7.
I wanted to update this to a newer version. Plesk has a document on how to do this..(https://support.plesk.com/hc/en-us/articles/213403429--How-to-upgrade-MySQL-5-5-to-5-6-5-7-or-MariaDB-5-5-to-10-x-on-Linux-)
And there i got an error that it can not remove it.... When i give the command : rpm -q --whatprovides mysql-server i got the following 2 lines : MariaDB-server-10.1.35-1.el7.centos.x86_64 MariaDB-server-10.1.35-1.el7.centos.x86_64
And then when giving this command : rpm -e --nodeps `rpm -q --whatprovides mysql-server` Failed: MariaDB-server-10.1.35-1.el7.centos.x86_64
So i can not remove the old MariaDB and not upgrade.
I hope that somebody here can help me on how i can remove the MariaDB.
Henk