Page 1 of 1

Just downloaded trial 2.7 but can't connect to database srv.

Posted: Tue 09 Nov 2004 14:55
by Ralph Loizzo
Using mySql Administrator, I am able to connect to the mysql server. But for some reason, using the VS IDE tools, I can't connect. It seems like the answer has to do with the following:

Can't connect 'user'@'myipaddress'

Shouldn't the above be like this 'user@myipaddress' ???

Re:

Posted: Tue 16 Nov 2004 06:53
by Duke
It may happen that you have specified connection string incorrectly. Probably, Host field. Host field should contain host name or IP address.