Building a database with MySQL

MySQL is the most popular database. It's an open source Relational Database Management System (RDBMS). MySQL normally is a central component of the LAMP (Linux, Apache, MySQL, PHP/ Python/ Perl) stack; many bundles include MySQL: 

Other developers prefer to install it individually. If you want to do this, you can download MySQL directly from the official website: https://dev.mysql.com/downloads/mysql/.

In this recipe, I'm going to use MySQL Workbench to execute the SQL queries. You can download it from 

Get React Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.