Mysql skip-name-resolve
Posted
by
user72459
on Server Fault
See other posts from Server Fault
or by user72459
Published on 2012-12-03T16:44:33Z
Indexed on
2012/12/03
17:05 UTC
Read the original article
Hit count: 157
I had recently purchased a new server, and transferred all my accounts via WHM Transfer.
The problem is that when WHM takes a daily backup, it outputs are message such as
DBD::mysql::st execute failed: There is no such grant defined for user 'abc' on host 'myhostname'
The problem is solved when I remove skip-name-resolve from my my.cnf file. Tough I dont find any differences in the speed (when I dont add it), it is often mentioned in forums that adding skip-name-resolve optimizes Mysql Performance.
Does adding skip-name-resolve really help, if one has a Dedicated server?
© Server Fault or respective owner