Parent: child process exited with status 3221225477 -- Restarting
By Emiley J. Viewed: 31795 times Emailed: 179 times Printed: 204 times
If you are getting this error, you are probably trying to use Apache, MySQL and PHP in a windows system. Just do this simple step to solve this issue.
It is quite frustrating to see that all your PHP pages suddenly doesn't seem to work. If you check your Apache log file you will see this error: Parent: child process exited with status 3221225477 -- Restarting
Don't worry just goto the PHP installation folder and look for libmysql.dll file.
Just copy this file and save it to your windows\system32 folder.
Now restart MySQL and Apache servers.
Everything should be fine now and all your PHP pages will work as normal.
Comments(20)
| 1. | it is 3 days since I searched resolution. It was however so easy. Thanks a lot. It is thanks to people as you that Internet is one truth mines information |
| 2. | i get this error too. |
| 3. | i get this error too but i dont start the mysql server... i dont't think, the libmysql.dll is the reason for this restart. |
| 4. | Thank you. This was a very annoying problem until I came across your fix. It's now nearly 5:00 AM local time and this is finally working. Thanks again! |
| 5. | finally! tnx google for taking me here :) my problem is fixed |
| 6. | Oh! Emiley, thank you very much! There are two long days of problem resolving and so easy answer.. It really works. |
| 7. | I get this error too, but my scrit doesint use mysql, so copying the file doesint help. There must be other reason for this error. |
| 8. | Try to copy libmysql.dll to \apache\bin also. I did it, restarted apache and it's running well for now. |
| 9. | Thanks heaps, I had the file already there but it must have been an old one. I was having this problem for ages. |
| 10. | i don't use mysql,but oracle. |
| 11. | 3221225477 is C0000005 in hex notation, which is just the good old general protection fault, caught by the windows kernel. |
| 12. | Well, this fix worked form me using Apache 2.2.11, PHP 5.2.8 and MySQL 5.1. 36. While Stan above is undoubtedly correct that this is not a "permanent" solution, it sure gets my work back on track. Thanks again. |
| 13. | I have copied c:\php\bin\msvcr80.dll to C:\Program Files\httpd\bin and have solution my problem of Parent: child process exited with status 3221225477 |
| 14. | Windows XP |
| 15. | in my case the culprit is xdebuger dll version 2.0.5. |
| 16. | Thanks a lot...I've been trying to fix my apache for 2 days...thanks again. |
| 17. | Its not working for me, also tried things written in comments ... if there is any alternative solution, plz help .... |
| 18. | Thanks to java-samples.com website. and very useful. |
| 19. | May be someone would find this useful. |
| 20. | The only thing that really was the solution to my problem was copy libmysql.dll to apache\bin directory. |
Latest Tutorials
More Latest News
Most Viewed Articles (in last 30 days)

