Add MySQL Resources

pull/1074/head
Paul Marsicovetere 3 years ago committed by GitHub
parent b26dbc2a62
commit 883c28cf39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      content/roadmaps/101-backend/content/106-relational-databases/101-mysql.md

@ -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>

Loading…
Cancel
Save