digisec
Goto Top

Mysql Connection localhost failed

Hallo,
weiss nicht genau , ob das hier in das Forum gehört oder in ein anderen Bereich:

Ich habe das Problem , dass ich die lokale Datenbank nicht erreiche.
Alles läuft auf einem Debian 4.0
Linux prod5 2.6.18-6-amd64 #1 SMP Tue Aug 19 04:30:56 UTC 2008 x86_64 GNU/Linux

Ich nutze eine neu installiere Mysql Version 5

mysql Ver 14.12 Distrib 5.0.32, for pc-linux-gnu (x86_64) using readline 5.2

Mache ich nun ein: telnet localhost 3306
passiert nichts !

NMAP:
nmap -sT -p 3306 -PT 127.0.0.1

Starting Nmap 4.11 ( http://www.insecure.org/nmap/ ) at 2008-12-04 15:07 CET
Interesting ports on localhost (127.0.0.1):
PORT STATE SERVICE
3306/tcp filtered mysql

Nmap finished: 1 IP address (1 host up) scanned in 12.013 seconds
Warum filtered?

NETSTAT:
netstat -nap
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 2685/mysqld


mit einem mysql -u root hab ich keine Probleme , aber mit mysql -u root -h localhost passiert nichts.

Hat jemand eine Idee !
Vielen Dank schon mal.
Matthias

Content-Key: 103334

Url: https://administrator.de/contentid/103334

Printed on: April 19, 2024 at 14:04 o'clock

Member: theton
theton Dec 04, 2008 at 18:18:43 (UTC)
Goto Top
Wie sehen denn die iptables-Einstellungen aus?