I've commented out the bind-address
line in my /etc/mysql/my.cnf
When I do nmap localhost
, I see that mysql is correctly listening on 3306
, but when I try to connect, I get error 1045
.
Do I have to somehow specify whitelist of allowed ips (I've seen this on some shared hosts), or is it possible to allow access from any ip?
I'm using Ubuntu 9.04 x64.