i have a problem with MySQL Server on Gentoo. When starting with /etc/init.d/mysql it simply hangs an nothing is happening until you interrupt with CTL + C. By trying to start with mysqld directly, mysqld says:
131007 0:54:00 [ERROR] Can't start server: cannot resolve hostname!: Bad message
131007 0:54:00 [ERROR] Aborting
In many forums it was sugested to add the skip-name-resolve option to my.cnf. I tried this but it didn't help.
Has anyone had the same problem and knows how to solve this issue ?