Right now I do a netstat -n | grep 3306
and nothing come. Beside I try to connect using:
$ mysql -h127.0.0.1 -u root -p
Enter password:
ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1' (61)
to connect and see the error below. Even so, when I use:
$ mysql -hlocalhost -u root -p
no problem at all to connect to the server.
All this indicated me that MySQL Server installed the official installer on OS X 10.10 Yosemite, not allow networks connection to the server. How I enable that feature?