Help:how can i connect mysql server with the server's IP but not localhost?

2004-04-02 Thread wen heping
Hi: Now i can use command: mysql -h localhost -u root -p connect to mysql server. But when i use command: mysql -h 127.0.0.1 -u root -p or: mysql -h 10.0.0.1 -u root -p (10.0.0.1 is the IP of mysql server) i failed,why? and how can do ? Thanks. __ Do you

Re: Help:how can i connect mysql server with the server's IP but not localhost?

2004-04-02 Thread Peter
Hi, You are using sockets to connect to localhost but tcp/ip for the network interface. Check in my ini NOT to have skip-networking BIVOL - Original Message - From: wen heping To: [EMAIL PROTECTED] Sent: Saturday, April 03, 2004 4:19 AM Subject: Help:how can i connect mysql server with