Hi,
I'm having trouble getting php to work with mysql. I can access mysql at the command line but not via php.
I've got php configured with mysql. But there's no mysql section in the phpinfo file.
'./configure' '--enable-magic-quotes' '--enable-safe-mode' '--with-png-dir=/usr/include' '--with-config-file-path=/sav/conf' '--with-mcrypt=/usr/local/bin' '--with-regex=php' '--with-mandir=/usr/share/man' '--with-curl=/usr/share' '--with-mhash=/usr/include' '--with-pear=/usr/local/bin' '--with-openssl' '--with-mysql=shared,/usr/share' '--with-mysqli=shared' '--with-tiff-dir=/usr' '--with-zlib=shared,/usr' '--enable-gd-native-ttf' '--with-gd=shared,/usr' '--with-ttf=/usr' '--with-freetype' '--with-jpeg' '--with-apxs2=/usr/local/apache2/bin/apxs' '--with-include-path=/usr/lib/php' '--with-extension-dir=/usr/local/lib/php/extensions/no-debug-non-zts-20041030'
I've tried reinstalling php and mysql. I've installed the mysql libraries but still nothing.
I'm running Linux (Trustix 2.4) and the latest versions of php and mysql.
Can someone point me in a possible direction to look for problems.
thanks