1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 20:49:49 +02:00

Update 102-mariadb.md (#1206)

This commit is contained in:
Paul Marsicovetere
2022-04-19 05:17:22 -04:00
committed by GitHub
parent 8e7e35fd3d
commit 843d3d35c9

View File

@@ -1 +1,9 @@
# Mariadb # MariaDB
MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry. MariaDB was created with the intention of being a more versatile, drop-in replacement version of MySQL
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='MariaDB Website' href='https://mariadb.org/'>MariaDB website</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='Read' href='https://www.guru99.com/mariadb-vs-mysql.html'>MariaDB vs MySQL</BadgeLink>
<BadgeLink badgeText='Course' colorScheme='green' href='https://www.w3schools.blog/mariadb-tutorial'>W3Schools - MariaDB tutorial </BadgeLink>
<BadgeLink badgeText='Course' colorScheme='green' href='https://www.youtube.com/watch?v=_AMj02sANpI'>MariaDB Tutorial For Beginners in One Hour</BadgeLink>