Programming Tutorials

Comment on Tutorial - Parent: child process exited with status 3221225477 -- Restarting By Emiley J.



Comment Added by : Ted

Comment Added at : 2010-11-13 08:13:29

Comment on Tutorial : Parent: child process exited with status 3221225477 -- Restarting By Emiley J.
Apache was failing to deliver php pages that were accessing the mysql database with the error above. Turned out that I had just put the mysql/bin into my path. So, that is how I got conflicting .dlls into the mix (Php's executables were already in the path). Removing the mysql/bin from the path solved the problem. I prefer this solution to copying the php version of the executables over to windows directory.

View Tutorial