Thursday, February 28, 2019

Re: What's the difference between using mariadb as database and using mysql?

Perhaps the biggest difference is ownership. Mysql is owned by Oracle and, though free, is not considered open source. It was acquired by Oracle in 2010.  Its creators felt there was a conflict of interest so they left to start MariaDB.

MariaDB is owned by the MariaDB Foundation and is considered completely open source.  It was built by the same people who built Mysql as a drop-in replacement for Mysql.  

You should have no problems migrating your code from Mysql to MariaDB.  I run on several different servers at least one of which runs Mysql (while the others have already migrated to MariaDB) using the same code with NO changes. 

There's a lot more to it than what I've mentioned here.  But I hope I have, at least, helped answer your question.

I Personally, I prefer MariaDB.


On Thu, Feb 28, 2019 at 2:34 PM x w <wangxiong17419@gmail.com> wrote:
I'm using a Linux distribution called manjaro and mysql has been replaced with mariabd in the official repository. When I use maridb as database, what is the difference with mysql? Is there something special that I should pay attention to?

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/a34d4544-66c0-485d-bd8a-356d5ee42451%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CANcdg%3DsPQE5Lbt7C7xPVLMXuwjNTAL%3DN%3DTZMv7bv8BQ_zXVBOA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment