简体   繁体   English

如何将所有数据库从INNODB迁移到MARIADB?

[英]How to migrate all database from INNODB to MARIADB?

I am new for this task. 我是这个任务的新手。 I have no idea that how to so this? 我不知道该怎么做? So please help me with explanation so that I can do it by myself. 因此,请帮助我进行解释,以便我自己完成。

InnoDB is an MySQL/MariaDb Storage Engine. InnoDB是一个MySQL / MariaDb存储引擎。 So if you have a SQL backup from your DBs you a easy change to MariaDB. 因此,如果您从数据库中获得了SQL备份,则可以轻松地更改为MariaDB。 MAriaDB is binary replacement. MAriaDB是二进制替换。

To Change from MySQL to MariaDB is easy. 从MySQL更改为MariaDB很容易。 - Backup your Data with mysqldump - uninstall MySQL - install MariaDB -使用mysqldump备份数据-卸载MySQL-安装MariaDB

Here ist a Link for the Install : https://downloads.mariadb.org/mariadb/repositories/#mirror=host-europe 在这里找到安装链接: https : //downloads.mariadb.org/mariadb/repositories/#mirror=host-europe

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM