简体   繁体   中英

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. So if you have a SQL backup from your DBs you a easy change to MariaDB. MAriaDB is binary replacement.

To Change from MySQL to MariaDB is easy. - Backup your Data with mysqldump - uninstall MySQL - install MariaDB

Here ist a Link for the Install : https://downloads.mariadb.org/mariadb/repositories/#mirror=host-europe

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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