Тема: Сумісність MySQL i MariaDB

Підійде хостинг з MariaDB, для сайту який розроблявся на MySQL ? Зможу я зайти в PHPMyAdmin і зробити імпорт MySQL бази в MariaDB ?

Подякували: 221VOLT1

2

Re: Сумісність MySQL i MariaDB

Betterthanyou написав:

Підійде хостинг з MariaDB, для сайту який розроблявся на MySQL ? Зможу я зайти в PHPMyAdmin і зробити імпорт MySQL бази в MariaDB ?

якось так:

MariaDB: Since MariaDB is a fork of MySQL, the database structure and indexes of MariaDB are the same as MySQL. This allows you to switch from MySQL to MariaDB without having to alter your applications, since the data and data structures will not need to change.

This means that:

    data and table definition files are compatible
    client protocols, structures, and APIs are identical
    MySQL connectors will work with MariaDB without modification

Even the command line tools are similar with mysqldump and mysqladmin still having the original names, allowing MariaDB to be a drop-in replacement.

To make sure MariaDB maintains drop-in compatibility, the MariaDB developers do a monthly merge of the MariaDB code with the MySQL code.
---
MariaDB vs MySQL. A Comparative
Written by Matan Sarig|March 28, 2017
http://blog.panoply.io/a-comparative-vmariadb-vs-mysql

Подякували: koala, Betterthanyou, P.Y., 221VOLT, leofun015

3 Востаннє редагувалося Alchimic (03.02.2018 19:30:01)

Re: Сумісність MySQL i MariaDB

можлива нетипова поведінка. БД на базі зроблена.

Подякували: Betterthanyou1

4

Re: Сумісність MySQL i MariaDB

Alchimic написав:

можлива нетипова поведінка. БД на базі зроблена.

Овочевій?

Подякували: NaharD, Betterthanyou2

5 Востаннє редагувалося Betterthanyou (04.02.2018 01:23:01)

Re: Сумісність MySQL i MariaDB

Я вже купив хостинг (ще 2017) і закинув сайт, все працює чудово, сумісність - повна, сайт був на Wordpress зроблений, Wordpress також підтверджує сумісність їх CMS з MariaDB.

MySQL 5.6 or greater OR MariaDB 10.0 or greater

Ні одного запиту не прийшлося перероблювати.

Що до інших CMS - не знаю, але підозрюю що вони теж сумісні. PHPMyAdmin така сама як і на MySQL

ping написав:

MySQL connectors will work with MariaDB without modification