MySQL overview

MySQL databases are like databases that written in SQL Structured Query Language. A MySQL database has tables that are organized by rows and columns like an excel spreadsheet. Here is a link to the MySQL 5.6 Reference Manual. MySQL is included in packages like XAMPP and WampServer. The following video talks about setting up a MySQL user account, database, table, and connecting PHP to a MySQL database.