MySQL Forums
Forum List  »  Connector/ODBC

Re: OBDC connect slow with ASP
Posted by: lynn
Date: November 07, 2004 05:39AM

You can solve this by having proper name resolution, or if you are using only ip's for hostnames then you can disable name resolution.

You can do this rather easly through the new MySQL Administrator application.

Got to the 'Server Variables' view, then to then 'Networking' tab. You'll see the 'Disable name resolving' option at the botton. Check that box and it works like a charm.

More specifically use these in you my.cnf (or my.ini for windows).

#Don't cache host names.
skip-host-cache
#Don't resolve hostnames. All hostnames are IP's or 'localhost'.
skip-name-resolve

I like the mysql 4.1 set up wizard. But it could be improved if they provided a screen that easily enabled 'legacy support' such as disabling these, usinging old password, etc. Or at least, a read me that discusses these snafus possible with these new configuration settings.

You WILL NOT find these under '5.2.3 Server System Variables'. They NEED to be there.

Options: ReplyQuote


Subject
Written By
Posted
October 01, 2004 01:41AM
October 09, 2004 07:47AM
February 07, 2005 01:28PM
October 11, 2004 10:43AM
H B
October 20, 2004 11:22AM
November 03, 2004 05:45PM
Re: OBDC connect slow with ASP
November 07, 2004 05:39AM
November 29, 2004 01:57PM
November 30, 2004 05:30AM
December 02, 2004 01:17AM
March 10, 2005 10:59AM
March 11, 2005 02:53AM


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.