Posted by Bent Stigsen on 11/15/39 11:26
Bruce A. Julseth wrote:
> mysql is installed. I can use it from the command line.
> PHP is installed. I can use phpinfo();
> Apache works since I can display phpinfo() with it.
>
> So, I think I'm missing a config parameter somewhere and hoping someone can
> help me with that.
>
> Thanks...
>
> Bruce
Would depend on your OS-flavour.
On a FC4 you would:
- check if php-extension is installed:
rpm -q php-mysql
- If not installed, install it (hopefully yum is installed):
yum install php-mysql
It should be activated by default when installed, so that would be it.
But you can check the ini files at /etc/php.d/
There is some general installation notes for linux and windows at:
http://www.php.net/mysql
/Bent
Navigation:
[Reply to this message]
|