dBase
- wbartels
- netjukebox developer
- Posts: 881
- Joined: Thu Nov 04, 2004 3:12 pm
- Location: Netherlands
- Contact:
Re: dBase
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'] = '';