Posted by Jerry Stuckle on 10/11/05 22:28
Malcolm Wright wrote:
> Raqueeb Hassan wrote:
>
>> Well, what your phpinfo(); script says? Check the manual for it's
>> specific location of php.ini file. This file location matters!
>>
>> Don't loose your hair rightaway! You might forget about all these
>> installaton troubles, just get a full php+mysql+apache package on
>> windows ... like xampp!
>>
>> http://www.apachefriends.org/en/xampp.html
>>
>> with MySQL 4.1.15 and PHP 5.0.5 ....
>>
>> Just download the whole package and extract that to some root drive
>> a-n-d you are on the run!
>>
>>
>> --
>> Raqueeb Hassan
>> Bangladesh
>>
>>
> Thanks for this tip Raqueeb. I've downloaded and got it working though
> I'm still having problems. Do you know into what directory I have to put
> the PHP source files?
>
> Cheers
>
> Malcolm
>
Malcolm,
It's also possible Apache can't load the MySQL client library
(libmysqlclient.lib or mysqlclient.lib). Ensure this library is in a
path where it can be loaded.
What happens if you type just
mysql
at a command prompt? This will load the mysql command interpreter.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|