dBase

General discussion about netjukebox
Post Reply
unsec
User
Posts: 36
Joined: Sat May 02, 2009 10:56 am

dBase

Post by unsec »

Wrere I must change the name of dbase - I want to locate 2 netjukebox dbases in one MySQL dbase.
User avatar
wbartels
netjukebox developer
Posts: 872
Joined: Thu Nov 04, 2004 3:12 pm
Location: Netherlands
Contact:

Re: dBase

Post 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']               = '';
Post Reply