3

mysqldump db > db.sql
yum install mariadb
*config*
mysql -u username --password pass db < db.sql

Why do I control mariadb with the mysql word? I installed it, I want to use it....

Comments
  • 2
    Because of backwards compatibility.
  • 0
    The same guy made both MySQL and MariaDB, both named after his daughters My and Maria.
    MariaDB is open source and backwards compatible.
    Though MySQL is open source, it's mostly worked on by Oracle employees
Add Comment