• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Question mySQL & MariaDB im Plesk

caitanya

New Pleskian
Hi,

Is there a way in Centos 7 to first install MariaDB (in our case 10.3) and AFTER parallel to the MariaDB install the mySQL 5.7. We are using Plesk 18.0.26, but I guess this has nothing to do with SQL so if the question is in the wrong Forum please move it to the right one.

Thank you for the hints.
 
Why do you need this? Why one SQL server is not enough?

Theoretically, you can install multiple MySQL instances on a single server, but practically I do not know how to do this. Maybe someone who has such an experience will explain you here.
 
I have few customers that are not compatible with mariaDB and would need mySQL 5.7 untill I migrate them to the new CMS. There are some small issues that the old CMS was programmed using INSERT INTO name (column1, column2 ,colum3) VALUES (1,2,3) but mariaDB wants INSERT INTO name (`column1`, `column2` , `colum3`) VALUES (1,2,3) and we can not find a way around it.
 
Back
Top