Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Network Troublshooting => Linux Servers Support => Topic started by: Noob on December 08, 2007, 01:49:44 PM

Title: How to disable host name lookup in mysql to increase performance
Post by: Noob on December 08, 2007, 01:49:44 PM
Hi
someone told me that I need to disable hostname lookup for my company mysql server to reduce server response time
so please tell me how do I ?
Title: Re: How to disable host name lookup in mysql to increase performance
Post by: dragoncity99 on December 26, 2007, 06:47:39 AM
If you do not wish to use FQDN or hostnames to access your server (for example: mysql) you can just do so simply by using that server's IP address rather than the hostname.

There could be other factors that hit the server performance such as hardware and  OS tuning itself other than the misconfiguration of DNS itself. However, that is left to your hand as a sys admin to decide.