You are not logged in.
I tryed to access mysql on archlinux via ssh.
Show me the error:
2103 - Lost connection to mysql server at 'reading initial communication packet system error: 0
I searched it, set /etc/hosts.allow can resolve it.
But archlinux is not support hosts.allow anymore.
http://www.archlinux.org/news/dropping- … s-support/
Last edited by nigelvon (2012-02-14 13:28:21)
Offline
Can you check the following in your /etc/mysql/my.cnf:
- skip-networking is commented out
- bind-address is set the to ip your mysql is listening on
Burninate!
Offline
Can you check the following in your /etc/mysql/my.cnf:
- skip-networking is commented out
- bind-address is set the to ip your mysql is listening on
Thank you, it works.
Just commented the 'skip-networking'.![]()
Offline
make sure that you bind MySQL to your ip address so you can remote connect to it and that you disable root from being able to be used remotely
A Complex man who likes the simple things in life.
Owner of YourIRC networks at http://yourirc.net/ and ssfdre38.com
Offline