Logged In: YES user_id=3903 Browser: Mozilla/4.0 (compatible; MSIE 4.01; Windows 95)
ricsi@zpok.hu "Richard Toth" has a install problem:
Netscape send this message: Fatal error: Call to unsupported or undefined function mysql_pconnect() in db_mysql.inc on line 73
db_mysql.inc line 73: $this->Link_ID=mysql_pconnect($Host, $User, $Password);
Database access problem??
My config.php3: define("DB_HOST", "localhost"); define("DB_NAME", "aadb"); define("DB_USER", "aadbuser"); define("DB_PASSWORD", "xxx");
But, manual access is OK. mysql.log: 001012 11:53:39 3 Connect aadbuser@localhost on 001012 11:53:45 3 Init DB aadb 001012 11:53:51 3 Query select DATABASE (),USER() 3 Statistics 001012 11:55:16 3 Quit
Log in to post a comment.
Logged In: YES
user_id=3903
Browser: Mozilla/4.0 (compatible; MSIE 4.01; Windows 95)
ricsi@zpok.hu "Richard Toth" has a install problem:
Netscape send this message:
Fatal error: Call to unsupported or undefined function
mysql_pconnect() in
db_mysql.inc on line 73
db_mysql.inc line 73:
$this->Link_ID=mysql_pconnect($Host, $User,
$Password);
Database access problem??
My config.php3:
define("DB_HOST", "localhost");
define("DB_NAME", "aadb");
define("DB_USER", "aadbuser");
define("DB_PASSWORD", "xxx");
But, manual access is OK.
mysql.log:
001012 11:53:39 3 Connect aadbuser@localhost
on
001012 11:53:45 3 Init DB aadb
001012 11:53:51 3 Query select DATABASE
(),USER()
3 Statistics
001012 11:55:16 3 Quit