I've installed Apache 2.2 and PHP 32bit on a Windows 7 64bit. I configured properly PHP to run as a module and works like a charm.
Then I've installed MySQL Server 5.1 64bit. After activating mysql or mysqli, php runs as expected but when I connect to localhost with the browser, the php script cannot connect to the database using mysql_connetc() and it generate a timeout error.
Phpinfo Running () o mysql modülleri hatasız çalışan olduğunu söylüyor.
I've tried to uninistall mysql server win64 and reinstall the same version but for win32. The same happens.