在配置文件my.cnf里面增加skip-name-resolve配置后,后台报错如下:
110407 13:41:16 [Warning] 'db' entry 'game_logs tchen@localhosc
' ignored in --skip-name-resolve mode.
110407 13:41:16 [Warning] 'db' entry 'temp jflu@localhost'
' ignored in --skip-name-resolve mode.我检查过mysql.user表,里面并没有用户tchen和jflu,我也尝试清空host缓存,一是执行flush hosts,二是mysqladmin flush-hosts -uroot -p,都没有效果。用命令检查权限:mysql> show grants for 'tchen';
ERROR 1141 (42000): There is no such grant defined for user 'tchen' on host '%'mysql> show grants for 'jflu'; 
ERROR 1141 (42000): There is no such grant defined for user 'jflu' on host '%'
请高手帮忙解答一下。我在线急等。问题解决即给分