Mam taki problem, po prawidłowym zainstalowaniu najnowszego apacha'e 2.2.6, php5.2.6 mysql5.1 pod windows vista chciałem wegrać aplikację phpmyadmin, niestety robię wszystko w/g manuala, z różnych źródeł korzystałem, ale wszystko kończy się tak samo. tzn każda próba zalogowania się do phpmyadmina wiesza mi apacha'e.
php działa, mysql uruchiomy, z linii poleceń pełen dostęp...
po wgraniu phpmyadmin na serwer uruchomiłem setup/index.php
on mi utworzył config.inc.php w folderze /config
<?php /* * Generated configuration file * Generated by: phpMyAdmin 3.1.4 setup script by Piotr Przybylski <piotrprz@gmail.com> * Date: Sat, 02 May 2009 18:44:16 +0200 */ /* Servers configuration */ $i = 0; /* Server: localhost [1] */ $i++; $cfg['Servers'][$i]['verbose'] = ''; $cfg['Servers'][$i]['host'] = 'localhost'; $cfg['Servers'][$i]['port'] = ''; $cfg['Servers'][$i]['socket'] = ''; $cfg['Servers'][$i]['connect_type'] = 'tcp'; $cfg['Servers'][$i]['extension'] = 'mysql'; $cfg['Servers'][$i]['auth_type'] = 'cookie'; $cfg['Servers'][$i]['user'] = 'root'; $cfg['Servers'][$i]['password'] = 'haslo'; /* End of servers configuration */ $cfg['blowfish_secret'] = 'blablablabla'; $cfg['DefaultLang'] = 'en-utf-8'; $cfg['ServerDefault'] = 1; $cfg['UploadDir'] = ''; $cfg['SaveDir'] = ''; ?>
w logach apache pojawia sie zaś coś takiego
Cytat
zend_mm_heap corrupted
[Sat May 02 18:52:06 2009] [notice] Parent: child process exited with status 1 -- Restarting.
[Sat May 02 18:52:06 2009] [notice] Apache/2.2.6 (Win32) PHP/5.2.6 configured -- resuming normal operations
[Sat May 02 18:52:06 2009] [notice] Server built: Sep 5 2007 08:58:56
[Sat May 02 18:52:06 2009] [notice] Parent: Created child process 5552
[Sat May 02 18:52:06 2009] [notice] Child 5552: Child process is running
[Sat May 02 18:52:06 2009] [notice] Child 5552: Acquired the start mutex.
[Sat May 02 18:52:06 2009] [notice] Child 5552: Starting 250 worker threads.
[Sat May 02 18:52:06 2009] [notice] Child 5552: Starting thread to listen on port 80.
[Sat May 02 18:58:45 2009] [notice] Parent: child process exited with status 255 -- Restarting.
[Sat May 02 18:58:45 2009] [notice] Apache/2.2.6 (Win32) PHP/5.2.6 configured -- resuming normal operations
[Sat May 02 18:58:45 2009] [notice] Server built: Sep 5 2007 08:58:56
[Sat May 02 18:58:45 2009] [notice] Parent: Created child process 4076
[Sat May 02 18:58:45 2009] [notice] Child 4076: Child process is running
[Sat May 02 18:58:45 2009] [notice] Child 4076: Acquired the start mutex.
[Sat May 02 18:58:45 2009] [notice] Child 4076: Starting 250 worker threads.
[Sat May 02 18:58:45 2009] [notice] Child 4076: Starting thread to listen on port 80.
[Sat May 02 18:58:52 2009] [notice] Parent: child process exited with status 255 -- Restarting.
[Sat May 02 18:58:52 2009] [notice] Apache/2.2.6 (Win32) PHP/5.2.6 configured -- resuming normal operations
[Sat May 02 18:58:52 2009] [notice] Server built: Sep 5 2007 08:58:56
[Sat May 02 18:58:52 2009] [notice] Parent: Created child process 1592
[Sat May 02 18:58:52 2009] [notice] Child 1592: Child process is running
[Sat May 02 18:58:52 2009] [notice] Child 1592: Acquired the start mutex.
[Sat May 02 18:58:52 2009] [notice] Child 1592: Starting 250 worker threads.
[Sat May 02 18:58:52 2009] [notice] Child 1592: Starting thread to listen on port 80.
[Sat May 02 18:52:06 2009] [notice] Parent: child process exited with status 1 -- Restarting.
[Sat May 02 18:52:06 2009] [notice] Apache/2.2.6 (Win32) PHP/5.2.6 configured -- resuming normal operations
[Sat May 02 18:52:06 2009] [notice] Server built: Sep 5 2007 08:58:56
[Sat May 02 18:52:06 2009] [notice] Parent: Created child process 5552
[Sat May 02 18:52:06 2009] [notice] Child 5552: Child process is running
[Sat May 02 18:52:06 2009] [notice] Child 5552: Acquired the start mutex.
[Sat May 02 18:52:06 2009] [notice] Child 5552: Starting 250 worker threads.
[Sat May 02 18:52:06 2009] [notice] Child 5552: Starting thread to listen on port 80.
[Sat May 02 18:58:45 2009] [notice] Parent: child process exited with status 255 -- Restarting.
[Sat May 02 18:58:45 2009] [notice] Apache/2.2.6 (Win32) PHP/5.2.6 configured -- resuming normal operations
[Sat May 02 18:58:45 2009] [notice] Server built: Sep 5 2007 08:58:56
[Sat May 02 18:58:45 2009] [notice] Parent: Created child process 4076
[Sat May 02 18:58:45 2009] [notice] Child 4076: Child process is running
[Sat May 02 18:58:45 2009] [notice] Child 4076: Acquired the start mutex.
[Sat May 02 18:58:45 2009] [notice] Child 4076: Starting 250 worker threads.
[Sat May 02 18:58:45 2009] [notice] Child 4076: Starting thread to listen on port 80.
[Sat May 02 18:58:52 2009] [notice] Parent: child process exited with status 255 -- Restarting.
[Sat May 02 18:58:52 2009] [notice] Apache/2.2.6 (Win32) PHP/5.2.6 configured -- resuming normal operations
[Sat May 02 18:58:52 2009] [notice] Server built: Sep 5 2007 08:58:56
[Sat May 02 18:58:52 2009] [notice] Parent: Created child process 1592
[Sat May 02 18:58:52 2009] [notice] Child 1592: Child process is running
[Sat May 02 18:58:52 2009] [notice] Child 1592: Acquired the start mutex.
[Sat May 02 18:58:52 2009] [notice] Child 1592: Starting 250 worker threads.
[Sat May 02 18:58:52 2009] [notice] Child 1592: Starting thread to listen on port 80.
nic z tego nie wynika....
jak sprawdzić i jak to naprawić?