Initial Membership Database Work
This commit is contained in:
@@ -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,
|
||||
),
|
||||
|
Reference in New Issue
Block a user