Am Dienstag, 12. August 2003 08:18 schrieb Elmar Blaschka:
Axel Lindlau schrieb:
Hallo, vielleicht kann mir hier jemand kurz weiterhelfen: Für phpgroupware muss ja die Datenbank laufen.Da ich eigentlich dachte, mit lammp wäre das keinerlei Problem habe ich mir eben lammp installiert und nun dieses: linux:/home/axel # /opt/lampp/bin/mysqladmin -u root -p create phpgroupware Enter password: /opt/lampp/bin/mysqladmin: connect to server at 'localhost' failed error: 'Can't connect to local MySQL server through socket '/opt/lampp/var/mysql/mysql.sock' (2)' Check that mysqld is running and that the socket: '/opt/lampp/var/mysql/mysql.sock' exists! linux:/home/axel # --------------------------------- Dabei habe ich eigentlich nichts an den Konfigurationsdateien geändert :-( Und.... -------------------------------------- linux:/home/axel # /opt/lampp/lampp start Starte LAMPP 0.9.9a... LAMPP: Starte Apache mit SSL... LAMPP: Starte MySQL... LAMPP: Starte ProFTPD... LAMPP gestartet. --------------------------------------- sagt mir eigentlich, das alles in Ordnung ist aber wenn ich ein: -------------------------- linux:/home/axel # /opt/lampp/lampp stop Stoppe LAMPP 0.9.9a... LAMPP: Stoppe Apache mit SSL... LAMPP: LAMPP-MySQL läuft gar nicht. LAMPP: Stoppe ProFTPD... LAMPP beendet. linux:/home/axel # ------------------------------engebe sieht es verdammt anders aus :-( Wie und wo muss ich dran drehen, das das klappt - wenn überhaupt :-(
was sagt ein telnet auf 3306 (telnet 127.0.0.1 3306) !? schau mal mit netstat -anlp | grep 3306 ob es überhaupt ein listen gibt. bzw mit netstat -anlp | grep mysql ob der socket stimmt
Danke für jeden Hinweis, Axel
gruss elmar. Thx, Ich habe es versucht und folgendes Ergebniss:
axel@linux:~> netstat -anlp | grep 3306 (Es konnten nicht alle Prozesse identifiziert werden; Informationen über nicht-eigene Processe werden nicht angezeigt; Root kann sie anzeigen.) axel@linux:~> su Password: linux:/home/axel # netstat -anlp | grep 3306 linux:/home/axel # netstat -anlp | grep mysql linux:/home/axel #telnet: 127.0.0.1:3306: Name or service not known 127.0.0.1: 3306: Unknown host linux:/home/axel # --------------------------- Irgendwie hilft es nicht weiter :-) Die Datenbank läuft nicht...aber wie bekomme ich das wohl hin..... Mit dem lammp-startscript jedenfalls nicht Danke Dir für Deine antwort, Axel