for your mysql connection ,you need to be sure that php is compiled with
mysql
use phpinfo() and look at the configure command
you must have a --with-mysql...
if you have a --without-mysql then php is not compiled with mysql
at the end of page , you must have a mysql section too
Blanton, B
[EMAIL PROTECTED] a écrit :
Look at the following setting, about the 6th entry down in
phpinfo output:
Configuration File (php.ini) Path
/usr/local/php-5.1.2/lib/php.ini
That tells you where your current installation of php will
look for it's configuration file, php.ini.
/usr/pkg/etc/ph
filename that mysql
is using. That should get things working ok.
Keith
On Thu, 23 Mar 2006, Jahislove wrote:
To: php-install@lists.php.net
From: Jahislove <[EMAIL PROTECTED]>
Subject: Re: [PHP-INSTALL] can't access mysql from a php script
Sorry , i don't understand wh
st, please see detailed
instructions already posted at:
http://marc.theaimsgroup.com/?l=php-install&m=114138567814319&w=2
On Wed, 22 Mar 2006, Jahislove wrote:
To: php-install@lists.php.net
From: Jahislove <[EMAIL PROTECTED]>
Subject: [PHP-INSTALL] can't access mysql from a php
hello all ,
i am under NetBSD 3.0
and i have installed apache/php/mysql as described on this wiki
http://wiki.onetbsd.org/index.php/How_to_install_a_LAMP_Server
/usr/pkgsrc/www/apache2
/usr/pkgsrc/databases/mysql5-server
/usr/pkgsrc/www/ap-php (Installing the PHP Module for Apache)
apache