※ ChatGPTを利用し、要約された質問です(原文:XAMPPでApacheが起動しない)
XAMPPでApacheが起動しない
このQ&Aのポイント
Win7の32bitでXAMPPをインストールしましたが、Apacheが起動しない状況です。
Apacheのエラーログには、子プロセスの作成に失敗したことが記録されています。
MySQLの起動も問題があり、InnoDBエンジンの初期化に失敗しているようです。
よろしくお願いします。
ローカルPCのOSはWin7の32bitで、xampp-win32-1.7.4-VC6をインストールしました。
Apacheが起動しなくて困ってます。
保存先は、c:\pg\xamppでxampp\xamppのようにはしてません。
Apacheのerror.logは以下です。
(↓エラーログ)
[Tue Apr 05 19:14:50 2011] [notice] Digest: generating secret for digest authentication ...
[Tue Apr 05 19:14:50 2011] [notice] Digest: done
[Tue Apr 05 19:14:51 2011] [notice] Apache/2.2.17 (Win32) mod_ssl/2.2.17 OpenSSL/0.9.8o PHP/5.3.4 mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations
[Tue Apr 05 19:14:51 2011] [notice] Server built: Oct 18 2010 01:58:12
[Tue Apr 05 19:14:51 2011] [crit] (22)Invalid argument: Parent: Failed to create the child process.
[Tue Apr 05 19:14:51 2011] [crit] (OS 6)ハンドルが無効です。 : master_main: create child process failed. Exiting.
[Tue Apr 05 19:14:51 2011] [notice] Parent: Forcing termination of child process 36
MySQLですが、mysql_startを使用すると以下のコマンドが出ました。
↓
[Warning]Can't create test file C:\pg\xampp\mysql\data\PC.lower-test
[Note]Plugin 'FEDERATED' is disabled.
[ERROR]Plugin 'InnoDB' init function returned error.
[ERROR]Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
[ERROR]Unkown/unsupported storage engin: InnoDB
[ERROR]Aborting
[Note]mysql\bin\mysql:Shutdown complete
どうかよろしくお願いします。
お礼
管理者権限で開いたら、MySQLの方は無事起動しました。 ありがとうございます。