Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Parent: child process exited with status 3221225477 |
|
Author |
|
Oufti!
Joined: 17 Jan 2009 Posts: 2
|
Posted: Sat 17 Jan '09 10:05 Post subject: Parent: child process exited with status 3221225477 |
|
|
I just bought a new machine running Windows Vista X64.
I've installed MySQL server 5.1.30 X64 then Apache 2.2.11 x64 with PHP 5.2.5 X64. When I include extension=php_mysql.dll in the php.ini file, Apache stops and I get the following in the error.log:
[Sat Jan 17 08:36:09 2009] [notice] Parent: child process exited with status 3221225477 -- Restarting.
[Sat Jan 17 08:36:09 2009] [notice] Apache/2.2.11 (Win32) PHP/5.2.5 (x64) configured -- resuming normal operations
[Sat Jan 17 08:36:09 2009] [notice] Server built: Dec 20 2008 15:34:10
[Sat Jan 17 08:36:09 2009] [notice] Parent: Created child process 6488
[Sat Jan 17 08:36:09 2009] [debug] mpm_winnt.c(487): Parent: Sent the scoreboard to the child
[Sat Jan 17 08:36:09 2009] [notice] Child 6488: Child process is running
[Sat Jan 17 08:36:09 2009] [info] Parent: Duplicating socket 272 and sending it to child process 6488
[Sat Jan 17 08:36:09 2009] [debug] mpm_winnt.c(408): Child 6488: Retrieved our scoreboard from the parent.
[Sat Jan 17 08:36:09 2009] [debug] mpm_winnt.c(605): Parent: Sent 1 listeners to child 6488
[Sat Jan 17 08:36:09 2009] [debug] mpm_winnt.c(564): Child 6488: retrieved 1 listeners from parent
[Sat Jan 17 08:36:09 2009] [notice] Child 6488: Acquired the start mutex.
[Sat Jan 17 08:36:09 2009] [notice] Child 6488: Starting 64 worker threads.
[Sat Jan 17 08:36:09 2009] [notice] Child 6488: Starting thread to listen on port 80.
I've tried to use extension=php_mysqli.dll instead of extension=php_mysql.dll. Apache does not crash further but my Web browser displqys Database Error: Unable to connect to the database:The MySQL adapter "mysql" is not available.
How could I connect to MySQL server? |
|
Back to top |
|
bentogoa
Joined: 09 Feb 2007 Posts: 66 Location: GOA
|
Posted: Sat 17 Jan '09 11:32 Post subject: |
|
|
check if libmysql.dll is in PATH location.
or you can copy this file from php dir to apache\bin dir |
|
Back to top |
|
Oufti!
Joined: 17 Jan 2009 Posts: 2
|
Posted: Sat 17 Jan '09 14:13 Post subject: |
|
|
Thanks, it works now! The libmysql.dll was in c:\php. C:\php was in the PATH but this did not work. I just copy the libmysql.dll into Apache2.2\bin and it works fine now.
Many thnaks for your help Bentogoa. |
|
Back to top |
|
|
|
|
|
|