numberboy
July 19th, 2007, 09:50 PM
Hey,
I'm having a problem with a home LAMP server (running Ubuntu Server 7.04). It's got MySQL installed, but it won't allow anyone other than localhost to talk to it. If I try to connect to the server from inside my home network using MySQL Administrator I get an error message stating that "Host '192.168.1.11' is not allowed to connect to this MySQL server". The machine itself it connected to the network fine; Apache allows connections without issue. Furthermore, I can access the server though SSH (so I've setup the root user/password properly).
I believe this is an issue of MySQL only allowing one IP (that being localhost, I presume, since setting bind-address to 192.168.1.11 temporarily stopped MySQL from starting) access, so I've tried various things. I commented out the bind-address line in /etc/mysql/my.cnf and that hasn't stopped the error; I set the bound address to 0.0.0.0 and that hasn't stopped it, and I set the address to 192.168.1.11 (the Windows XP machine I'm trying to connect from) which stopped MySQL from starting after a restart.
All that I want to do is be able to connect from my Windows development machine using MySQL Administrator so I can have a GUI for database management. Is this possible?
Thanks
I'm having a problem with a home LAMP server (running Ubuntu Server 7.04). It's got MySQL installed, but it won't allow anyone other than localhost to talk to it. If I try to connect to the server from inside my home network using MySQL Administrator I get an error message stating that "Host '192.168.1.11' is not allowed to connect to this MySQL server". The machine itself it connected to the network fine; Apache allows connections without issue. Furthermore, I can access the server though SSH (so I've setup the root user/password properly).
I believe this is an issue of MySQL only allowing one IP (that being localhost, I presume, since setting bind-address to 192.168.1.11 temporarily stopped MySQL from starting) access, so I've tried various things. I commented out the bind-address line in /etc/mysql/my.cnf and that hasn't stopped the error; I set the bound address to 0.0.0.0 and that hasn't stopped it, and I set the address to 192.168.1.11 (the Windows XP machine I'm trying to connect from) which stopped MySQL from starting after a restart.
All that I want to do is be able to connect from my Windows development machine using MySQL Administrator so I can have a GUI for database management. Is this possible?
Thanks