This class is a simple MySQL database access wrapper.
It can establish MySQL database connection, execute SQL queries and retrieve the query result sets into arrays.
The class also counts the number of queries that are executed and measures the time that each query takes to execute. The number of executed queries, the SQL of all queries, the duration of the last query and the duration of all queries are stored in class variables.