Greetings;
I am installing drupal-4.5.2 and have hit a snag.
I have mysql Ver 11.16 Distrib 3.23.49 and Apache/1.3.26 (Unix)
When I try to open the first page I get an error
Fatal error: Call to undefined function: mysql_connect() in /var/httpd/drupal/includes/database.mysql.inc on line 31
I have a feeling that I have missed something in the install procedure but I have been over everything a couple of times and can't spot anything.
TIA! Dennis
Hi,
It looks like mysql is not installed or running on your server. You should contact your hosting provider about this.
Op woensdag 16 maart 2005 17:52, schreef Dennis G. Wicks:
Fatal error: Call to undefined function: mysql_connect() in /var/httpd/drupal/includes/database.mysql.inc on line 31
Regards, Bèr
Thanks for the suggestion, but I am the hosting provider!
mysql is up and running. I have created the database and done the other prep steps in the INSTALL.txt OK but this problem has me stumped!
On Wed, 16 Mar 2005, [iso-8859-1] B�r Kessels wrote:
Date: Wed, 16 Mar 2005 18:27:38 +0100 From: "[iso-8859-1] B�r Kessels" berdrupal@tiscali.be Reply-To: drupal-support@drupal.org To: drupal-support@drupal.org Subject: Re: [drupal-support] Fatal error: ?
Hi,
It looks like mysql is not installed or running on your server. You should contact your hosting provider about this.
Op woensdag 16 maart 2005 17:52, schreef Dennis G. Wicks:
Fatal error: Call to undefined function: mysql_connect() in /var/httpd/drupal/includes/database.mysql.inc on line 31
Regards, B�r
On 16 Mar, 2005, at 11:33, Dennis G. Wicks wrote:
Thanks for the suggestion, but I am the hosting provider!
mysql is up and running. I have created the database and done the other prep steps in the INSTALL.txt OK but this problem has me stumped!
But when you built PHP, did you build it with MySQL support enabled? Apparently not if you are getting this error.
Dennis G. Wicks wrote:
I am installing drupal-4.5.2 and have hit a snag.
I have mysql Ver 11.16 Distrib 3.23.49 and Apache/1.3.26 (Unix)
When I try to open the first page I get an error
Fatal error: Call to undefined function: mysql_connect() in /var/httpd/drupal/includes/database.mysql.inc on line 31
I have a feeling that I have missed something in the install procedure but I have been over everything a couple of times and can't spot anything.
That looks like your installed version of PHP does not have the MySQL client library compiled in. So it's really a PHP install problem.
-- Chris Johnson