MySQL
- Install MySQL support
- Create database user (manually)
- Create database (manually)
- Create table (manually)
- Connect to MySQL
- Connect to MySQL and Handle exception
- Select data
- Select more data
- Select all data fetchall
- Select some data fetchmany
- Select some data WHERE clause
- Select into dictionaries
- Insert data
- Update data
- Delete data
- Exercise MySQL
- Exercise: MySQL Connection
- Solution: MySQL Connection