phptest-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phptest-users] Installation Help


From: Adam Staunton
Subject: [Phptest-users] Installation Help
Date: Wed, 19 Nov 2003 09:27:47 +1000

Hi all,

I'm having trouble getting the script installed. I'm getting the following 
error and have included the config.inc.php file below. The server is located 
internally and is not available on the www.

Any ideas ?

Warning: Access denied for user: 'address@hidden' (Using password: YES) in 
/home/e-smith/files/ibays/postnuke/html/laidley_tools/phptest/include/mysql.inc.php
 on line 97

Warning: MySQL Connection Failed: Access denied for user: 'address@hidden' 
(Using password: YES) in 
/home/e-smith/files/ibays/postnuke/html/laidley_tools/phptest/include/mysql.inc.php
 on line 97

<?php
    // database configuration variables
    define('DB_HOST', '172.16.84.225');   // hostname of database
    define('DB_USERNAME', 'phptest'); // username of database
    define('DB_PASSWORD', 'password');        // password of databsae
    define('DEFAULT_DB', 'phpTest');  // name of database to use
    define('DB_TYPE', 'mysql');       // database type.  Mysql is the only 
supported db right now
    define('DB_USE_PCONNECT', 1);     // set this to 0 if your database doesn't 
support persistent connections
    // absolute path of your phptest installation
    define('ABSOLUTE_PATH', 
'http://172.16.84.225/postnuke/laidley_tools/phptest/');
?>

cheers,

Adam

**************************************************************************
This message is intended only for the use of the addressee(s) named above and 
may contain confidential and/or privileged information.  If you are not the 
intended recipient of this message you are hereby notified that you must not 
disseminate, copy or take any action based upon it.  Please delete and destroy 
the message from your computer.  If you received this message in error please 
notify the Laidley Shire Council immediately.  Any views expressed in this 
message are those of the individual sender, except where the sender 
specifically states them to be the views of Laidley Shire Council. Except as 
required by law the Laidley Shire Council does not represent, warrant or 
guarantee that integrity of this communication has been maintained nor that 
this communication is free of any error, virus, interception or interference.
**************************************************************************





reply via email to

[Prev in Thread] Current Thread [Next in Thread]