Re: mysql on OS X tiger

2005-12-03 Thread untz
Brent, I believe I am experiencing the same problem when trying to run the CocoaMySQL client... When I run CocoaMySQL v0.7b2 and try to connect to a database, I get the following error: "Unable to connect to host localhost. Be sure that the address is correct and that you have the necessa

Re: mysql on OS X tiger

2005-12-02 Thread SGreen
"YL" <[EMAIL PROTECTED]> wrote on 12/02/2005 03:54:44 PM: > I'm setting up a mysql server on OS X Tiger powerbook for development. > I've also a mysql server on my win2k pro machine. > Tiger has ip 192.168.0.100 and win2k has ip 192.168.0.101 > > Both db servers work fine locally but I can connec

Re: mysql on OS X tiger

2005-12-02 Thread Brent Baisley
I'm guessing that you are running 10.4.3 on your Powerbook. In this latest update, Apple took extra security measures and starts MySQL with the --skip-networking option. This means only processes running on the local machine can connect to it (through a Unix socket file), like PHP running u

mysql on OS X tiger

2005-12-02 Thread YL
I'm setting up a mysql server on OS X Tiger powerbook for development. I've also a mysql server on my win2k pro machine. Tiger has ip 192.168.0.100 and win2k has ip 192.168.0.101 Both db servers work fine locally but I can connect from Tiger to Win2k while not from win2k to Tiger. The version of