# Functions
New initializes mysqlstat and returns it arguments: metrics context, username, password, path to config file for mysql.
# Structs
DBStats represents struct that contains metrics for databases and map to tables stats struct.
MysqlStatPerDB - metrics for each database.
MysqlStatPerTable represents metrics for each table.
MysqlStatTables - main struct that contains connection to database, metric context, and map to database stats struct.