Hallo zusammen,
ich kann leider phpMyAdmin nicht mehr installieren und weiß nicht woran es
liegt! Daher versuche ich alles so gut wie möglich zu beschreiben und fange
bei meinem System an. Wenn Ihr weitere Informationen brauchen solltet,
bin ich gerne bereit die nachträglich zu posten.
Mein System:
Die Installation von Apache, php und MySQL ist mir gelungen, jedoch kann
ich mich nicht nach der Installation von phpMyAdmin auf der login-Seite mit
meinen root Zugangsdaten anmelden.
phpMyAdmin Konfigurationsdatei:
Apache access.log
Apache error.log
Oder liegt es eventuell doch an meinen Apache httpd-vhosts.conf Einstellungen, warum mir die Anmeldung verweigert wird?
Es tut mir leid, dass es so viel Text geworden ist Aber da ich jetzt
bereits seit Wochen nicht weiter komme und wirklich nicht weiß woran es
liegen kann, habe ich lieber ein wenig zu viel, als zu wenig geschrieben. Ich
bin für jede Hilfe sehr dankbar...
Gruß
imanxxl
ich kann leider phpMyAdmin nicht mehr installieren und weiß nicht woran es
liegt! Daher versuche ich alles so gut wie möglich zu beschreiben und fange
bei meinem System an. Wenn Ihr weitere Informationen brauchen solltet,
bin ich gerne bereit die nachträglich zu posten.
Mein System:
- Windows Web Server 2008 (64 Bit) // Studentenangebot von 1 und 1
- 4 Domains verteilt auf 3 IP-Adressen durch Mixed Name-Based & IP-Based vhosts
- Apache 2.2.15
- php 5.2.13
- MySQL 5.1.46
- phpMyAdmin 3.3.2
Die Installation von Apache, php und MySQL ist mir gelungen, jedoch kann
ich mich nicht nach der Installation von phpMyAdmin auf der login-Seite mit
meinen root Zugangsdaten anmelden.
Code:
Fehler: Verbindung unterbrochen Die Verbindung zum Server wurde zurückgesetzt, während die Seite geladen wurde.
phpMyAdmin Konfigurationsdatei:
PHP-Code:
$i++;
$cfg['Servers'][$i]['verbose'] = '';
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['port'] = 3306;
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
/* End of servers configuration */
$cfg['blowfish_secret'] = 'xxxxxxxxxxxxxxxxxxxx';
$cfg['DefaultLang'] = 'de-utf-8';
$cfg['ServerDefault'] = 1;
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';
Apache access.log
Code:
www.xxx.eu xx.xxx.xx.xxx - - [19/May/2010:11:47:40 +0200] "GET /phpmyadmin HTTP/1.1" 301 251 www.xxx.eu xx.xxx.xx.xxx - - [19/May/2010:11:47:41 +0200] "GET /phpmyadmin/favicon.ico HTTP/1.1" 200 18902 www.xxx.eu xx.xxx.xx.xxx - - [19/May/2010:11:47:40 +0200] "GET /phpmyadmin/ HTTP/1.1" 200 8662 www.xxx.eu xx.xxx.xx.xxx - - [19/May/2010:11:47:41 +0200] "GET /phpmyadmin/print.css HTTP/1.1" 200 1063 www.xxx.eu xx.xxx.xx.xxx - - [19/May/2010:11:47:41 +0200] "GET /phpmyadmin/phpmyadmin.css.php?lang=de-utf-8&convcharset=utf- 8&collation_connection=utf8_general_ci&token=a24c1b7dd8bcd0a6cac925eb9bef3f7c&js_frame=right&nocache=3816542231 HTTP/1.1" 200 21786 www.xxx.eu xx.xxx.xx.xxx - - [19/May/2010:11:47:41 +0200] "GET /phpmyadmin/themes/original/img/b_help.png HTTP/1.1" 200 229 www.xxx.eu xx.xxx.xx.xxx - - [19/May/2010:11:47:41 +0200] "GET /phpmyadmin/themes/original/img/s_notice.png HTTP/1.1" 200 247 www.xxx.eu xx.xxx.xx.xxx - - [19/May/2010:11:47:41 +0200] "GET /phpmyadmin/themes/original/img/logo_right.png HTTP/1.1" 200 5658 www.xxx.eu xx.xxx.xx.xxx - - [19/May/2010:11:47:48 +0200] "POST /phpmyadmin/index.php HTTP/1.1" 302 -
Code:
httpd.exe: Could not reliably determine the server's fully qualified domain name, using xx.xxx.xx.xxx for ServerName [Wed May 19 11:47:36 2010] [notice] Apache/2.2.15 (Win32) PHP/5.2.13 configured -- resuming normal operations [Wed May 19 11:47:36 2010] [notice] Server built: Mar 4 2010 11:27:46 [Wed May 19 11:47:36 2010] [notice] Parent: Created child process 2572 httpd.exe: Could not reliably determine the server's fully qualified domain name, using xx.xxx.xx.xxx for ServerName httpd.exe: Could not reliably determine the server's fully qualified domain name, using xx.xxx.xx.xxx for ServerName [Wed May 19 11:47:37 2010] [notice] Child 2572: Child process is running [Wed May 19 11:47:37 2010] [notice] Child 2572: Acquired the start mutex. [Wed May 19 11:47:37 2010] [notice] Child 2572: Starting 64 worker threads. [Wed May 19 11:47:37 2010] [notice] Child 2572: Starting thread to listen on port 80. [Wed May 19 11:47:54 2010] [notice] Parent: child process exited with status 255 -- Restarting. httpd.exe: Could not reliably determine the server's fully qualified domain name, using xx.xxx.xx.xxx for ServerName [Wed May 19 11:47:55 2010] [notice] Apache/2.2.15 (Win32) PHP/5.2.13 configured -- resuming normal operations [Wed May 19 11:47:55 2010] [notice] Server built: Mar 4 2010 11:27:46 [Wed May 19 11:47:55 2010] [notice] Parent: Created child process 2576 httpd.exe: Could not reliably determine the server's fully qualified domain name, using xx.xxx.xx.xxx for ServerName httpd.exe: Could not reliably determine the server's fully qualified domain name, using xx.xxx.xx.xxx for ServerName [Wed May 19 11:47:56 2010] [notice] Child 2576: Child process is running [Wed May 19 11:47:56 2010] [notice] Child 2576: Acquired the start mutex. [Wed May 19 11:47:56 2010] [notice] Child 2576: Starting 64 worker threads. [Wed May 19 11:47:56 2010] [notice] Child 2576: Starting thread to listen on port 80. [Wed May 19 11:47:59 2010] [notice] Parent: child process exited with status 255 -- Restarting. httpd.exe: Could not reliably determine the server's fully qualified domain name, using xx.xxx.xx.xxx for ServerName [Wed May 19 11:48:01 2010] [notice] Apache/2.2.15 (Win32) PHP/5.2.13 configured -- resuming normal operations [Wed May 19 11:48:01 2010] [notice] Server built: Mar 4 2010 11:27:46 [Wed May 19 11:48:01 2010] [notice] Parent: Created child process 2632 httpd.exe: Could not reliably determine the server's fully qualified domain name, using xx.xxx.xx.xxx for ServerName httpd.exe: Could not reliably determine the server's fully qualified domain name, using xx.xxx.xx.xxx for ServerName [Wed May 19 11:48:02 2010] [notice] Child 2632: Child process is running [Wed May 19 11:48:02 2010] [notice] Child 2632: Acquired the start mutex. [Wed May 19 11:48:02 2010] [notice] Child 2632: Starting 64 worker threads. [Wed May 19 11:48:02 2010] [notice] Child 2632: Starting thread to listen on port 80.
Code:
<VirtualHost xx.xxx.xx.xxx:80> ServerAdmin admin@xxx.eu DocumentRoot "D:/Website/www.xxx.eu" ServerName www.xxx.eu ErrorLog "logs/xxx_error.log" LogLevel info LogFormat "%v %h %l %u %t \"%r\" %>s %b" vhost_common CustomLog "logs/xxx_access.log" vhost_common <Directory "D:/Website/www.xxx.eu"> Options Indexes FollowSymLinks AllowOverride None Order allow,deny Allow from all </Directory> </VirtualHost>
bereits seit Wochen nicht weiter komme und wirklich nicht weiß woran es
liegen kann, habe ich lieber ein wenig zu viel, als zu wenig geschrieben. Ich
bin für jede Hilfe sehr dankbar...
Gruß
imanxxl
Kommentar