PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Problem mit MySQL unter Debian



quest
16.05.06, 17:25
Hallo zusammen
Ich habe mir hier das aktuelle Debian System inklusive MySQL-Server auf einen Rechner installiert.
Mit Webmin kann ich ohne Probleme auf die Datenbank zugreifen und neue Datenbanken und Tabellen erstellen.
Allerdings möchte ich mit der WaWi-Software CAO-Faktura (http://www.cao-wawi.de) darauf zugreifen. Diese meldet mir aber "Can't connect to MySQL-Server on ..."
Hostname passt, habs auch mit IP versucht. MySQL läuft auch

Habt ihr eine Idee, was da sein könnte?

Hier ist vorsichtshalber noch die Ausgabe von netstat -a:

Aktive Internetverbindungen (Server und stehende Verbindungen)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 *:afpovertcp *:* LISTEN
tcp 0 0 localhost.localdo:mysql *:* LISTEN
tcp 0 0 localhost.localdom:1003 *:* LISTEN
tcp 0 0 *:netbios-ssn *:* LISTEN
tcp 0 0 *:sunrpc *:* LISTEN
tcp 0 0 *:10000 *:* LISTEN
tcp 0 0 *:www *:* LISTEN
tcp 0 0 *:auth *:* LISTEN
tcp 0 0 *:787 *:* LISTEN
tcp 0 0 *:ssh *:* LISTEN
tcp 0 0 *:postgresql *:* LISTEN
tcp 0 0 localhost.localdom:smtp *:* LISTEN
tcp 0 0 *:microsoft-ds *:* LISTEN
tcp 0 132 localhost:ssh localhost:1085 VERBUNDEN
udp 0 0 localhost.localdo:32770 localhost.localdo:32770 VERBUNDEN
udp 0 0 localhost:netbios-ns *:*
udp 0 0 *:netbios-ns *:*
udp 0 0 localhost:netbios-dgm *:*
udp 0 0 *:netbios-dgm *:*
udp 0 0 *:781 *:*
udp 0 0 *:10000 *:*
udp 0 0 *:784 *:*
udp 0 0 *:bootpc *:*
udp 0 0 *:sunrpc *:*
Aktive Sockets in der UNIX Domäne (Server und stehende Verbindungen)
Proto RefZäh Flaggen Typ Zustand I-Node Pfad
unix 2 [ ACC ] STREAM HÖRT 27010 /var/run/postgresql/.s.PGSQL.5432
unix 13 [ ] DGRAM 943 /dev/log
unix 2 [ ACC ] STREAM HÖRT 28191 /dev/printer
unix 2 [ ACC ] STREAM HÖRT 40775 /var/run/mysqld/mysqld.sock
unix 2 [ ACC ] STREAM HÖRT 37697 /var/run/courier/authdaemon/socket.tmp
unix 2 [ ] DGRAM 52744
unix 2 [ ] DGRAM 40781
unix 2 [ ] DGRAM 39673
unix 2 [ ] DGRAM 39669
unix 2 [ ] DGRAM 37699
unix 2 [ ] DGRAM 30566
unix 2 [ ] DGRAM 30564
unix 2 [ ] DGRAM 30536
unix 2 [ ] DGRAM 28446
unix 2 [ ] DGRAM 28188
unix 2 [ ] DGRAM 986

quest
16.05.06, 17:42
Mein Fehler...
Thema kann geschlossen werden. Danke

Für alle, die dieses Problem auch haben:
Schaut mal in der /etc/mysql/my.cnf
kommentiert dort die Zeile bind adress mit einem '#' aus.