public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Network access to MySQL
@ 2008-04-29  9:51 Peter Humphrey
  2008-04-29 13:15 ` Hamish
  2008-04-29 17:24 ` kashani
  0 siblings, 2 replies; 9+ messages in thread
From: Peter Humphrey @ 2008-04-29  9:51 UTC (permalink / raw
  To: gentoo-user

Having just installed mysql on my server, I've found that I have to set 
bind-address = 0.0.0.0 in /etc/mysql/my.cnf to enable me to connect to 
mysqld over the local network: leaving it at the default 127.0.0.1 causes 
connection requests to be rejected.

Is there a more secure value for this parameter? I want to be able to 
connect over either of two network segments, 192.168.2.0/29 and 
192.168.3.0/29, as well as locally on the server box. I've tried a compound 
setting in bind-address, but mysqld then refuses to start. 0.0.0.0 is the 
only setting I've found so far that lets me in.

-- 
Rgds
Peter
-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread
* [gentoo-user] Network access to mysql
@ 2009-01-28 16:13 Peter Humphrey
  2009-01-28 16:25 ` AllenJB
  0 siblings, 1 reply; 9+ messages in thread
From: Peter Humphrey @ 2009-01-28 16:13 UTC (permalink / raw
  To: gentoo-user

Afternoon all,

I have mysql running on my workstation and on my local server, and I want to 
connect as an ordinary user from the workstation to the server; I can't. 
This is what happens:

$ mysql -p -h serv.ethnet
Enter password:
ERROR 2003 (HY000): Can't connect to MySQL server on 'serv.ethnet' (111)

The same thing happens if I try as root.

I can connect locally as myself or as root on either machine and manipulate 
tables in various ways. I haven't yet installed a firewall on either 
machine.

I've set DEBUG=4 in /etc/conf.d/mysql on both machines, but nothing shows up 
in /var/log/mysql/*; only some startup debug messages. I've run tcpdump on 
the server, which shows that one packet passes in each direction, followed 
immediately by a reverse lookup of the workstation being sent to the name 
server. I don't know why nothing happens after the name-service request is 
answered, but it seems to imply that the workstation is refusing the 
request itself rather than forwarding it to the server.

I can't see anything in /etc/conf.d/mysql or in /etc/mysql/* on either 
machine to restrict network access, so what have I missed?

-- 
Rgds
Peter



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2009-01-29 14:48 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-29  9:51 [gentoo-user] Network access to MySQL Peter Humphrey
2008-04-29 13:15 ` Hamish
2008-04-29 17:24 ` kashani
2008-04-29 21:40   ` Mick
2008-05-03  8:25     ` Peter Humphrey
  -- strict thread matches above, loose matches on Subject: below --
2009-01-28 16:13 [gentoo-user] Network access to mysql Peter Humphrey
2009-01-28 16:25 ` AllenJB
2009-01-28 16:28   ` Alejandro
2009-01-29 14:44   ` Peter Humphrey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox