- MySQL – MySQL Introduction
- MySQL – Structure Introduction
- MySQL – Data Types Introduction
- MySQL – Install LAMP Server for MySQL Labs (tasksel)
- MySQL – Create, Delete Database and Show Grants (Create Database, Drop Database, Show Grants)
- MySQL – Create, Alter and Delete Tables (Create Table, Alter Table, Drop Table)
- MySQL – Add Records and Search Tables (insert, select)
- MySQL – Update and Delete Records (update, delete)
- MySQL – Create, Delete User Accounts and Grant Privileges (create user, drop user, grant, show grants)
- MySQL – Table Joins Introduction (inner join)
- MySQL – Stored Procedures Introduction
- MySQL – Stored Functions Introduction
- MySQL – Backup, Restore Copy Tables and Databases
- MySQL – Connect with PHP (mysqli)
- MySQL – PHP Print Records to HTML (mysqli)
- MySQL – PHP to INSERT Into Table
- MySQL – Update Records with PHP
- MySQL – INSERT Records with HTML Form and PHP
- MySQL – SEARCH Form with HTML and PHP
- MySQL – UPDATE Records with HTML Form and PHP
- MySQL – INSERT Records with HTML Hyperlinks and PHP($_GET)
- MySQL – PHP Prepared Statements
- MySQL – Sanitize Variables with PHP (filter_var)
- MySQL – HTML Form Validation with PHP (filter_var)
- MySQL – Select Unique Values from Table (SELECT DISTINCT)
- MySQL – Average Values in a Column
- MySQL – Find Minimum and Maximum Values in Column