Posted by Ruben van Engelenburg on 02/05/07 13:30
A.Translator wrote:
> Thanks for your prompt reply but sorry, I am new to all this. You mean
> in the MySql bin folder? No, I understood I had to put them in the PHP
> and PHP extensions folders.
> I cannot find anything about them getting loaded in de php.ini either.
> What should I add?
On Windows you should have a line in php.ini such as:
extension=php_mysql.dll (or extension=php_mysqli.dll when using mysqli).
On Linux it should be something like: extension=mysql.so
Also make sure the extension_dir setting is set to the right directory.
HTH.
Ruben.
Navigation:
[Reply to this message]
|