ABSTRACT

A database connection allows client software to connect to the database server. A connection is required to send or receive commands to the database. The Python programs can access the MYSQL and Oracle database. The users can connect and run queries for MYSQL or Oracle using python. To communicate to the database, the users have to install the specific database system in their computer. Later the users verify the their Python version is supporting the MYSQLdb. Figure 9.1 shows the MYSQL driver in the Python shell.