MySQL and MariaDB
Preperation
- W3Schools Documentation:
- Read W3Schools MySQL Introduction, and MySQL RDBMS
- Read W3Schools MySQL Examples
In class:
- Use PHPMyAdmin to manage MySQL tables
- Use the command line to manage MySQL tables
Check Your Understanding
- CRUD is an acronym for Create-Read-Update-Delete. Can you do all four of those operations with a MySQL (or MariaDB) database?