Posted by J.O. Aho on 10/23/06 04:33
Paul wrote:
> I am running php 4.4.4 on Apache 2 with MySQL 4.1. When I run phpinfo() it
> sayd it is running MySQL 3.23. How do I recompile or add a start option to
> run "--with-mysql"?
--with-mysql is a configuration option during compile time.
> I have tried adding to the list of extensions in the php.ini - no luck.
You need the right dll, replace the one compiled for communication to 3.23 to
one for 4.1.
//Aho
Navigation:
[Reply to this message]
|