Provides the information for the MySQL-database-connection. More...
Go to the source code of this file.
Variables | |
const | MYSQL_HOST 'localhost' |
holds the mysql host More... | |
const | MYSQL_USER 'root' |
holds the mysql username More... | |
const | MYSQL_PWD '' |
holds the mysql password More... | |
const | MYSQL_DB 'sponsoring_db' |
holds the mysql database name More... | |
const | MYSQL_PREFIX_USERCAKE 'uc_' |
holds the prefix for usercake tables More... | |
const | MYSQL_PREFIX 'tbl_' |
holds the prefix for sponsoring tables More... | |
const | MYSQL_PREFIX_BACKUP 'bup_' |
holds the prefix for sponsoring backup tables More... | |
Provides the information for the MySQL-database-connection.
This file provides all of the credentials needed for establishing a successful connection with the database. They are stored in constants that are global accessible.
This file has no dependencies.
Definition in file mysql.php.
const MYSQL_DB 'sponsoring_db' |
const MYSQL_PREFIX 'tbl_' |
const MYSQL_PREFIX_BACKUP 'bup_' |
const MYSQL_PREFIX_USERCAKE 'uc_' |