This class is a simple MySQL database access wrapper. It can: - Establish MySQL database server connections reading options from a configuration file - Execute SQL queries - Retrieve the number of result set rows, the number of result columns, or the number of affected rows The code and comments are in Spanish. In Spanish: Clase que administra y realiza diferentes consultas a una base de datos con MySql.