MySQL

  1. Install MySQL support
  2. Create database user (manually)
  3. Create database (manually)
  4. Create table (manually)
  5. Connect to MySQL
  6. Connect to MySQL and Handle exception
  7. Select data
  8. Select more data
  9. Select all data fetchall
  10. Select some data fetchmany
  11. Select some data WHERE clause
  12. Select into dictionaries
  13. Insert data
  14. Update data
  15. Delete data
  16. Exercise MySQL
  17. Exercise: MySQL Connection
  18. Solution: MySQL Connection