diff --git a/content/roadmaps/101-backend/content/106-relational-databases/101-mysql.md b/content/roadmaps/101-backend/content/106-relational-databases/101-mysql.md index 39b7062b3..51a250472 100644 --- a/content/roadmaps/101-backend/content/106-relational-databases/101-mysql.md +++ b/content/roadmaps/101-backend/content/106-relational-databases/101-mysql.md @@ -1 +1,8 @@ -# Mysql \ No newline at end of file +# 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. + +Free Content +MySQL website +W3Schools - MySQL tutorial +MySQL tutorial for beginners