Summary
In this chapter, we have covered how to create and remove databases and tables with MySQL for Python. We have seen:
How to use
MySQLdb
to create and delete both databases and tablesHow we can manage database instances with MySQL for Python
Ways to automate database and table creation
In the next chapter, we will look at regulating MySQL user access within Python.