4 messages in com.mysql.lists.mysql-esRe: host not allowed to connect
FromSent OnAttachments
erri01 Jun 2004 13:48 
Frisley Velasquez01 Jun 2004 14:09 
anto...@vespito.com01 Jun 2004 23:51 
anto...@vespito.com01 Jun 2004 23:52 
Subject:Re: host not allowed to connect
From:anto...@vespito.com (anto@vespito.com)
Date:06/01/2004 11:51:56 PM
List:com.mysql.lists.mysql-es

En el servidor tienes que habilitar el servidor a aceptar conexiones desde tu maquina (desde la cual te conectas). Tienes que hacerlo con un grant. Un ejemplo:

Hola a todos. Tengo instalado mysql y si hago #mysql -u root -p clave conecta como root@localhost perfectamente pero si intento:

# mysql -u root -h server.dominio.com -p clave

Obtengo este otro.

ERROR 1130: Host '172.26.0.3' is not allowed to connect to this MySQL server

No consigo solucionarlo y supongo que sera una tonteria, me pudeis ayudar ?

Gracias.