Hi,
I followed the installation instructions to the letter.
My setup:
Windows 2003 Server
IIS 6
PHP 4.3.11
MySQL 4.0.24
MySQL Client 5.0.0
The message I recive is:
Can't connect to MySQL server on:
127.0.0.1
What account is netjukebox trying to connect as?
I have looked for any account information and found none.
Installation problem
- wbartels
- netjukebox developer
- Posts: 881
- Joined: Thu Nov 04, 2004 3:12 pm
- Location: Netherlands
- Contact:
Re: Installation problem
By default it is conecting to:Victor wrote:The message I recive is:
Can't connect to MySQL server on:
127.0.0.1
What account is netjukebox trying to connect as?
I have looked for any account information and found none.
Code: Select all
// +---------------------------------------------------------------------------+
// | MySQL configuration |
// +---------------------------------------------------------------------------+
$cfg['mysql_host'] = '127.0.0.1';
$cfg['mysql_db'] = 'netjukebox';
$cfg['mysql_user'] = 'root';
$cfg['mysql_password'] = '';