Re: Accessing MySQL across private network

2004-04-03 Thread Mark Gillingham
On Saturday, April 3, 2004, at 06:22 PM, Enrique Samson Jr. wrote: Mark Gillingham wrote: In terms of mysql commands, I cannot do the follow mysql command from server2: mysql -hserver1 -umyuser -p can you do that from server1? No. S.D.A. had the solution. Neither MySQL was configured to accept n

Re: Accessing MySQL across private network

2004-04-03 Thread Enrique Samson Jr.
Mark Gillingham wrote: In terms of mysql commands, I cannot do the follow mysql command from server2: mysql -hserver1 -umyuser -p can you do that from server1? I get the error: ERROR 2003: Can't connect to MySQL server on '192.168.1.3' (111) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with

Re: Accessing MySQL across private network

2004-04-03 Thread Mark Gillingham
On Saturday, April 3, 2004, at 11:35 AM, S.D.A. wrote: In your mysql.conf do you have networking enabled? Nope! Thanks. I never would have figured this out without help. For others in this boat, the line "skip-networking" must be commented out in my.cnf. The caution is that you will want to st

Re: Accessing MySQL across private network

2004-04-03 Thread S.D.A.
On Sat, Apr 03, 2004 at 09:23:21AM -0600 or thereabouts, Mark Gillingham wrote: > I suppose the answer to my question is obvious, but I don't see it. I have two > nearly identical Woody servers set up for LAMP on a private network. I want to > access MySQL on server2 (192.168.1.4) from server1 (192