01-12-2010, 08:36 PM
Looks like your version of PHP was not compiled with MySQL support. You can test this theory, by creating a small PHP script to call the phpinfo() function. Then load the page you just created via your browser.
The script just needs to be a single line:
<?php phpinfo(); ?>
Load your browser, the scroll down through the output looking for the MySQL section. If it's not there... then you don't have PHP and MySQL properly configured.
jonathanwminer
The script just needs to be a single line:
<?php phpinfo(); ?>
Load your browser, the scroll down through the output looking for the MySQL section. If it's not there... then you don't have PHP and MySQL properly configured.
jonathanwminer