MySQL Forums
Forum List  »  MyISAM

Re: Performance hit after upgrading MySQL4.0 to 4.1
Posted by: Giseok Im
Date: May 01, 2005 11:04PM

[Solution 1 - MySQL 4.1]
Check 'Disable name resolving' option in 'Startup Variables' -> 'Networking' menu
of the MySQL Administrator

Or,

[Solution 2]
section 2.3.13 in the manual
If mysqld is slow to respond to TCP/IP connections from client programs on Windows 9x/Me, there is probably a problem with your DNS. In this case, start mysqld with the
-skip-name-resolve option and use only localhost and IP numbers in the Host column of the MySQL grant tables.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Performance hit after upgrading MySQL4.0 to 4.1
2729
May 01, 2005 11:04PM


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.