This class implements a wrapper to access MySQL databases. It can: - Establish database connections - Execute SQL queries - Retrieve query results into arrays - Retrieve the number of result rows and affected rows - Create tables - Lock tables - Optimize all database tables - Truncate tables - Import a database dump using the mysql command - Get the database variables and statistics