Initial Membership Database Work

This commit is contained in:
Deon George
2014-07-09 13:04:56 +10:00
parent d4b3b0f9bc
commit febaad9ea6
37 changed files with 1395 additions and 834 deletions

View File

@@ -18,13 +18,13 @@ return array
*
* Ports and sockets may be appended to the hostname.
*/
'hostname' => 'localhost',
'database' => 'weblnaer',
'username' => 'aer',
'password' => 'AeR',
'hostname' => 'mysql.leenooks.vpn',
'database' => 'weblnebcccmdb',
'username' => 'ln-ebccc',
'password' => 'ebccc',
'persistent' => TRUE,
),
'table_prefix' => '',
'table_prefix' => 'mdb_',
'charset' => 'utf8',
'caching' => FALSE,
),