First page Back Continue Last page Overview Graphics
Working with MySQL
Scripts working with MySQL by using MySQLdb perform usually the following steps:
- import MySQLdb modul
- Open a connection to the SQL server
- Sending and receiving commands
- Closing the connection to SQL