This class can be used to execute batches of MySQL database queries read from files or text strings. It can be useful to restore backups of MySQL database that generate SQL query lists meant for that purpose.
The SQL data can be compressed with gzip algorithm. The class can also build an array of queries strings in a class variable without executing the queries.