Can MySQL seamlessly be replaced with MariaDB or are there things to change in this case?

后端 未结 6 1590
天命终不由人
天命终不由人 2020-12-14 07:32

If I replace a MySQL 5.1 server with a MariaDB Server (Maria & XtraDB storages) instead of MySQL (MyISAM & InnoDB), will most of MySQL client software (incl. applica

6条回答
  •  借酒劲吻你
    2020-12-14 07:40

    http://kb.askmonty.org/v/mariadb-versus-mysql

    All MySQL connectors (PHP, Perl, Python, Java, MyODBC, Ruby, MySQL C connector etc) works unchanged with MariaDB.

提交回复
热议问题