What is the difference between MySQL and MariaDB database?

 ̄綄美尐妖づ 提交于 2019-12-10 13:34:12

问题


I have been using XAMPP for a long time and was surprised that XAMPP has switched to MariaDB from MySQL.

https://www.apachefriends.org/index.html

How will this change impact on existing developers using MySQL? For example, can existing development tools for MySQL work seamlessly with MariaDB? What are notable difference between MySQL and MariaDB that developers need to take note?

I am not sure if it is advisable to upgrade XAMPP version because of this database change. I am worried of the migration of data from MySQL to MariaDB.


回答1:


"For example, can existing development tools for MySQL work seamlessly with MariaDB?"

A common development tool for MySQL is MySQL Workbench. MySQL Workbench may not support MariaDB.

See this: MySQL Workbench 6.3.5 crashes when opening XAMPP MySQL local database

Another one here: MySQL Workbench incompatible/nonstandard server

Having said that, there are other options to MySQL Workbench (a good alternative is HeidiSQL for example, which works great by the way with the local MariaDB install by XAMPP).

But all of this is minor I believe, for the most part the move to MariaDB is painless and you won't notice any difference. The great thing is that there always seems to be good information online about anything you might run into anyway. I wouldn't worry much at all about "the migration of data from MySQL to MariaDB."

(Curious if user1824987 made the move and if so if they found any way they were impacted by it.)



来源:https://stackoverflow.com/questions/34151652/what-is-the-difference-between-mysql-and-mariadb-database

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!