1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-29 12:10:22 +02:00

Add MySQL Resources

This commit is contained in:
Paul Marsicovetere
2022-01-28 16:09:23 -05:00
committed by GitHub
parent 21bc8af983
commit 7d8845c094

View File

@@ -1 +1,8 @@
# Mysql
# MySQL
MySQL is an incredibly popular open source relational database management system (RDBMS). MySQL can be used as a stand-alone client or in conjunction with other services to provide database connectivity. The **M** in LAMP stack stands for MySQL; that alone should provide an idea of its prevalence.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='MySQL Website' href='https://www.mysql.com/'>MySQL website</BadgeLink>
<BadgeLink badgeText='Course' colorScheme='green' href='https://www.w3schools.com/mySQl/default.asp'>W3Schools - MySQL tutorial </BadgeLink>
<BadgeLink badgeText='Course' colorScheme='green' href='https://www.youtube.com/watch?v=7S_tz1z_5bA'>MySQL tutorial for beginners</BadgeLink>