Sponsorenverwaltung - Team StarCraft e.V.
 All Data Structures Files Functions Variables
mysql.php File Reference

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...
 

Detailed Description

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.

Version
1.0.0
Author
Daniel Seichter
Alexander Vorndran
Date
02.07.2013

Definition in file mysql.php.

Variable Documentation

const MYSQL_DB 'sponsoring_db'

holds the mysql database name

Definition at line 31 of file mysql.php.

const MYSQL_HOST 'localhost'

holds the mysql host

Definition at line 22 of file mysql.php.

const MYSQL_PREFIX 'tbl_'

holds the prefix for sponsoring tables

Definition at line 37 of file mysql.php.

const MYSQL_PREFIX_BACKUP 'bup_'

holds the prefix for sponsoring backup tables

Definition at line 40 of file mysql.php.

const MYSQL_PREFIX_USERCAKE 'uc_'

holds the prefix for usercake tables

Definition at line 34 of file mysql.php.

const MYSQL_PWD ''

holds the mysql password

Definition at line 28 of file mysql.php.

const MYSQL_USER 'root'

holds the mysql username

Definition at line 25 of file mysql.php.