Re: Need with PHP + MySQL on W2k
"patrick@computerbrokers.com.sg" wrote:
>
> There are multiple copies of libmysql.dll in various subdirectories of
> MySQL. I moved the copy suggested by Anonymous to c:/windows/system32.
> C:/windows/system32 is also in the PATH.
As Jerry already said, multiple copies are never good. Depending on your
path a different version might be loaded than you think. Make sure the
one in system32 is the up to date one and delete all the others on your
system.
> How can I verify that the IUSR_(machine_name) is able to read the PATH/
> file?
I'm pretty sure every user on a standard system configuration has at
least read and execute permissions on the system32 directory, otherwise
it would be impossible for applications to read system dlls. :-)
But if you want to check to make sure just right click on the directory,
select 'Sharing and Security' and click on the Security tab. At least
that's the way it works on XP Pro.
Bye!
|