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.