[line 40]
MySQLDatabase provides connectivity for the MySQL brand database.
Optional parameters:
database - [none] - The database name.
host - [localhost] - The database host.
method - [normal] - How to read connection parameters.
Possible values are normal, server, and
env. The normal method reads them from
the specified values. server reads them
from $_SERVER where the keys to retrieve
the values are what you specify the value
as in the settings. env reads them from
$_ENV and works like $_SERVER.
password - [none] - The database password.
persistent - [No] - Indicates that the connection should be
persistent.