Page 1 of 1

dBase

Posted: Tue May 05, 2009 3:26 pm
by unsec
Wrere I must change the name of dbase - I want to locate 2 netjukebox dbases in one MySQL dbase.

Re: dBase

Posted: Tue May 05, 2009 9:08 pm
by wbartels
In the config.inc.php file:

Code: Select all

...
//  +------------------------------------------------------------------------+
//  | MySQLi configuration                                                   |
//  +------------------------------------------------------------------------+
$cfg['mysqli_host']                 = 'localhost';
$cfg['mysqli_db']                   = 'netjukebox';
$cfg['mysqli_user']                 = 'root';
$cfg['mysqli_password']             = '';
$cfg['mysqli_socket']               = '';