I've got one machine running a MySQL daemon, and I try to connect to that one with another machine.
mysql -u user -h machine1 -p gives "ERROR 2003 (HY000): Can't connect to MySQL server on 'machine1' (111)" but I can ping machine1, no problem.
I'm sure there is some very easy part of configuration I have just missed...


