Your teacher is mistaken, Mariadb is compatible in many things with Mysql, but it is nothing renamed, it is another database anyway, can even be considered a mysql Fork, since it was created by the same developer of mysql.
That is to say, they are separate projects, so much so that they both receive updates, improvements and corrections independently of each other.
Most simple database structures created for Mysql will be able to work on Mariadb and vice versa (with one or other adjustments sometimes being necessary). The Mariadb if I’m not mistaken have support for innoDB and myIsam, same engines used in mysql, but also has an engine called Xtradb (note that although it is not standard in Mysql it is possible to use it in it too, but this is another story).
O Mysql now belongs to enterprise Oracle and is still maintained and continues to be developed and has evolved considerably since becoming a product of it, already the mariaDB is maintained by enterprises Mariadb Corporation Ab and Mariadb Foundation (as Wikiedia).
The following link contains the incompatibilities between both (from Mariadb 5.1 and Mysql 5.1 versions):
Incompatibility in Mariadb 10.2 and Mysql 5.7 versions (I believe they are the latest):
A brief summary of the story of why Mariadb was born
Mysql was created by Michael "Monty" Widenius and David Axmark, to Sun acquired the company Mysql AB, thus acquiring the mysql product, Michael worked initially for them, but was dissatisfied, can not say if it was with the result of the project or with the company itself, and so left the Sun.
To Sun which was founded in 1982 then was absorbed by the company Oracle between 2009 and 2010, thus ceasing to exist and the products belonging to it, such as Java and the Mysql, belong to Oracle.
In 2009 same Monty (Michael) created a Fork ('copy') Mysql giving this system the name of its daughter, Maria, and so was born Mariadb.
In mid-2012 Monty (Michael) together with David created the company Mariadb Foundation
Concluding
Mysql and Mariadb can be compatible in almost everything, but currently have several incompatibilities.
- Mysql is maintained and continues to evolve by the "hands" of Oracle.
- Mariadb is maintained and continues to evolve by the "hands" of Mariadb Corporation Ab and Mariadb Foundation.
Both are currently developed by different companies, without any connection and I believe that thus we can consider both competing systems.
Your teacher is totally mistaken, Mariadb is compatible in many things with Mysql, almost all simpler databases can work in both (with one or the other adjustments). Mariadb if I’m not mistaken has support for innoDB and myIsam, same engines used in mysql, but also has an engine called Xtradb
– Guilherme Nascimento
You can have a read here. In short: Mariadb is a Mysql Fork(copy). Mariadb claims to bring some improvements on Mysql and that Mariadb is maintained by Oracle and Mariadb is maintained by Mysql developers.
– Alex
Difference in result between Mysql 5.5 and Mariadb 5.5
– rray
I found interesting what I read on Wikipedia once, I think it’s worth it: Wikipedia Mariadb
– Marconi
The creator of Mysql and Mariadb is running out of children to name databases =P
– Jefferson Quesado
Related: https://answall.com/a/145655/132
– Victor Stafusa
Related: https://answall.com/q/72171/132
– Victor Stafusa
He couldn’t be more wrong. Related: https://answall.com/q/45115/101. You have useful information: https://answall.com/q/41672/101.
– Maniero
@Maniero very good, I liked your reply of the first link related
– Jorge.M