-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Hey gwahir,
gwahir hotmail wrote:
> localhost and 192.168.0.1 are the same machine
Can you check the my.cnf? Check for the words: bind-address or
skip-networking.
MySQL always listens on a unix domain socket (a special file that works
like a tcp socket, only faster), if you connect to localhost that socket
file is used. If you connect to the IP it uses TCP, MySQL might not
actually be listening on any TCP ports (skip-networking) or only on the
local TCP ports (bind-address).
regards
Nils
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEYEAREIAAYFAksX94wACgkQ4eO3kLtdRQbefACgh4/4UChv6S7mOKmqZAeSmbbD
vGwAoJOntEUQFo42seivzQfo2zI10qpa
=WMCW
-----END PGP SIGNATURE-----