EclipseからDBEditでつないでもつながんないなー、と思ったら。
netstat -an | grep LIST | grep 3306
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN
あれ、localhostにバインドしとる。
Debianのデフォルトってこーなのか、と
えい。
# diff my.cnf.20071107 my.cnf
47c47
< bind-address = 127.0.0.1
---
> #bind-address = 127.0.0.1
# /etc/init.d/mysql restart
つながった、おっけー。