PDA

View Full Version : Error: Problem with Perfparse Database connection : DB Error: connect failed SOLVED.


Vanyuan
02-01-2007, 08:37 PM
Hi,

I had a problem with connecting to the perfparse mysql database from oreon and noticed that "DBPerfparseConnect.php" sources the required database credentials from perfparse.cfg, but for some reason mine is not successful because I found no mention of how to configure the perfparse db credentials for oreon to connect to the perfparse database.,

I cannot say whether this is the correct way of fixing the problem, but it worked for me ...

In "DBPerfparseConnect.php", configure the credentials as follows: (Currently line 26.)

$pp = array("DB_User"=>youruser, "DB_Pass"=>pwhere, "DB_Name"=>perfparse, "DB_Host"=>yourdbhosthere);

Hope this helps someone.