How can I use Python with MySQL?
Thursday October 19, 2006
MySQL is perhaps the most popular relational database management system (RDBMS) for small and medium businesses (SMBs), playing second fiddle to Oracle in the enterprise. If you work with MySQL databases and would like to automate your labors, be sure to work through the tutorials on reading from and writing to MySQL databases with Python. Database administrators never had it so good.
