Results 1 to 3 of 3
PHP Fatal error: Call to undefined function mysql_connect() in /path/db/adodb/drivers/adodb-mysql.inc.php on line 337
PHP Fatal error: Call to undefined function mysql_connect() in /path/drivers/adodb-mysql.inc.php on line 337
I am trying to ...
- 09-16-2008 #1Just Joined!
- Join Date
- Sep 2008
- Posts
- 2
Mysql connect error
PHP Fatal error: Call to undefined function mysql_connect() in /path/db/adodb/drivers/adodb-mysql.inc.php on line 337
PHP Fatal error: Call to undefined function mysql_connect() in /path/drivers/adodb-mysql.inc.php on line 337
I am trying to install a script but it's not working. I am hoping that this is a simple problem. Can someone please help me?
- 09-16-2008 #2Community Leader
- Join Date
- Apr 2007
- Posts
- 911
What distribution? I think you need the php-mysql package for RHEL/CentOS or php5-mysql for debian.
- 09-16-2008 #3Just Joined!
- Join Date
- Sep 2008
- Posts
- 2
I have Apache/2.2.3 (Red Hat). I am trying to install a script that came with no instructions or anything.
I don't think that php and mysql are communicating correctly.... I just don't know. I am frustrated is all that I do know.


Reply With Quote