This class implements a MySQL database access wrapper. It can: - Establish connections to a MySQL database server host - Execute arbitrary SQL queries - Fetch query results into an array - Execute SELECT, INSERT, UPDATE and DELETE queries from parameters that define tables, fields, field values and conditions. - Kill queries in execution - Check if a table exist - Optimize a table