MySQL Forums
Forum List  »  Performance

Re: MyODBC Slow Over LAN
Posted by: Rich Puhek
Date: June 06, 2005 09:31AM

I would suspect that it is a DNS issue, most likely the server is trying to resolve the IP address of the connecting machine to a name. I'd check the following:

1) Does the server have DNS servers configured correctly?

2) Does the client have a reverse DNS (ptr) record set up? (Correctly?)

3) Try starting the server with the --skip-name-resolve option and see if the connection time improves.

Most often I've seen similar problems arise due to #2 above.

Options: ReplyQuote


Subject
Views
Written By
Posted
5441
February 17, 2005 02:25AM
2479
May 26, 2005 02:05PM
2335
June 05, 2005 09:31AM
Re: MyODBC Slow Over LAN
2404
June 06, 2005 09:31AM
2135
June 17, 2005 12:10PM
2250
June 06, 2005 02:05PM
2209
June 20, 2005 01:47AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.