[wellylug] PHP & MySQL problem.

Jim Cheetham jim at gonzul.net
Sun Aug 7 16:25:15 NZST 2005


Hi, it sounds like your PHP instance is not correctly set up to allow 
access to MySQL.

Run the phpinfo command in a test page and look in there to see what 
features it has ...

info.php :-
<?php
phpinfo();
?>

Depending on your OS and how you got PHP, you might be able to fix this 
easily. Under Debian, just install the "php4-mysql" package, for 
example.

-jim




More information about the wellylug mailing list