With mysql-max-4.1.7-pc-linux-i686 :

If I start the mysqld with --skip-name-resolve, the following errors are writed in mysqld.log :

050620 8:30:27 [Warning] 'host' entry '194.214.218.192/255.255.255.224|%' ignored in --skip-name-resolve mode. 050620 8:30:27 [Warning] 'host' entry '194.214.218.160/255.255.255.224|%' ignored in --skip-name-resolve mode. 050620 8:30:27 [Warning] 'host' entry '194.214.218.96/255.255.255.224|%' ignored in --skip-name-resolve mode. 050620 8:30:27 [Warning] 'host' entry '194.214.122.160/255.255.255.248|%' ignored in --skip-name-resolve mode. 050620 8:30:27 [Warning] 'host' entry '194.214.218.32/255.255.255.224|%' ignored in --skip-name-resolve mode. 050620 8:30:27 [Warning] 'host' entry '194.214.218.64/255.255.255.224|%' ignored in --skip-name-resolve mode.


Why ?
I haven't host name in my host table, but several subnet ip :
ysql> select host,db from host;
+---------------------------------+----+
| host                            | db |
+---------------------------------+----+
| 127.0.0.1                       | %  |
| 192.168.11.%                    | %  |
| 193.54.39.%                     | %  |
| 194.214.122.160/255.255.255.248 | %  |
| 194.214.218.160/255.255.255.224 | %  |
| 194.214.218.192/255.255.255.224 | %  |
| 194.214.218.32/255.255.255.224  | %  |
| 194.214.218.64/255.255.255.224  | %  |
| 194.214.218.96/255.255.255.224  | %  |
| localhost                       | %  |
+---------------------------------+----+
10 rows in set (0.00 sec)

Vincent

--
Vincent MATHIEU
Université Nancy 2 - CRI
Equipe système et réseaux
tel : 03 83 39 64 06
coordonnées : 
http://www.univ-nancy2.fr/ANNUAIRE/PERS/detail_pres.php?uid=vmathieu     



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to