Softaculous


Topic : Switch to MariaDB 10.3


Posted By: sparek on October 26, 2022, 3:02 pm
Is it possible to switch from MySQL 8.0 to MariaDB 10.3 on a fresh server with no accounts?

Seems that even if you remove MySQL 8.0 from the installed apps, when you try to install MariaDB 10.3 you get the error:

You cannot upgrade to MariaDB from the current higher version of MySQL Mysql80. You can upgrade only from versions less than equal to MySQL 5.7

I'm not sure where it's getting a reference to Mysql80.

Posted By: asoris on November 1, 2022, 4:47 pm | Post: 1
Just remove mysql data :

Code
rm -rf /var/lib/mysql

Posted By: surajmore on November 13, 2022, 1:12 am | Post: 2
Hi,

Delete /var/lib/mysql folder and then install mariadb 10.3 you will not face this error again.

Let us know if you need any further assistance.

Posted By: surajmore on July 17, 2023, 2:45 pm | Post: 3
Quote From : Ques1946 July 17, 2023, 4:10 am
Quote From : surajmore November 13, 2022, 1:12 am
Hi,

Delete /var/lib/mysql folder and then install mariadb 10.3 you will not face this error again.

Let us know if you need any further assistance.

I follow your guide and it works.

Let us know if you have any queries.

Powered By AEF 1.0.8 © 2007-2008 Electron Inc.