dBase
Posted: Tue May 05, 2009 3:26 pm
Wrere I must change the name of dbase - I want to locate 2 netjukebox dbases in one MySQL dbase.
Code: Select all
...
// +------------------------------------------------------------------------+
// | MySQLi configuration |
// +------------------------------------------------------------------------+
$cfg['mysqli_host'] = 'localhost';
$cfg['mysqli_db'] = 'netjukebox';
$cfg['mysqli_user'] = 'root';
$cfg['mysqli_password'] = '';
$cfg['mysqli_socket'] = '';