Install problems

I'm trying to install ZenPhoto and I'm getting the following error when running the ZenPhoto "setup.php" via my browser:

MySQL Error: The PHP MySQL extentions have not been installed. Please ask your administrator to add them to your PHP installation.

I'm running Apache 2.059, and MySQL 5 and I have installed PHP 5. All installs worked and MySQL and PHP are running. However when I bring up the PHP info screen (phpinfo.php) in my browser I don't see any MySQL info.

Please help! I can't seem to make PHP and MySQL talk to each other. I commented out all the extension dlls and it's still not working.

-Trevor

Comments

  • sHauN Member
    All you need is php5-mysql - MySQL module for php5

    debian : apt-get install php5-mysql then /etc/init.d/apache2 reload
    RedHat/Fedora : yum install php5-mysql && service httpd reload

    :)
Sign In or Register to comment.