Thema: MySQL Problem
Einzelnen Beitrag anzeigen
Alt 08.07.2003, 11:14   #3
käptn
Inventar
 
Registriert seit: 04.11.2001
Alter: 46
Beiträge: 2.150


Standard

[michael@redhat mysql-4.0.12-std]$ netstat -an | grep "3306"
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN


Auszug my.cnf:
Code:
# The following options will be passed to all MySQL clients
[client]
#password       = your_password
port            = 3306
socket          = /tmp/mysql.sock

# The MySQL server
[mysqld]
port            = 3306
socket          = /tmp/mysql.sock
...
Was sagt:

mysql -p --port=3306

?

~
____________________________________
LOL - Mein erstes Post im Programmier Forum

MACINTOSH - Most Applications Crash, If Not The Operating System Hangs
käptn ist offline   Mit Zitat antworten