I use JDBC to connect to MySQL. When it’s at localhost:3306, everything is OK.
localhost:3306
But when I move my application to another computer in the intranet, and u
Well it could be a DNS problem. You can disable DNS host name lookups by starting mysqld with the --skip-name-resolve option in the configuration file.
mysqld
--skip-name-resolve
Read here for more details: http://dev.mysql.com/doc/refman/5.0/en/host-cache.html