Host [NombreDelEquipo] is not allowed to connect to this MySql Server

Me acabo de enfrentar a como 12 problemas diferentes al montar una aplicación en un servidor nuevo. Uno de ellos, que no se tenía el acceso al servidor de MySQL. Para solucionarlo, basta con ejecutar la siguiente sentencia desde el administrador de MySQL:

GRANT ALL PRIVILEGES ON *.* TO root@[IP_o_NombreDelEquipo] IDENTIFIED BY [PasswordDelSqlUser]

Comments

# re: Host [NombreDelEquipo] is not allowed to connect to this MySql Server
Gravatar Muy Bien, Me sirvio muchas Gracias.

P.D Me gustaria aclarar que hay que cambiar los [] por ''.

Quedando el Comando asi.

GRANT ALL PRIVILEGES ON *.* TO 'usuariodelsql'@''Ip_o_nombreequipo' IDENTIFIED BY 'PasswordDelSqlUser';
Left by Litham on 4/19/2011 1:57 PM
# re: Host [NombreDelEquipo] is not allowed to connect to this MySql Server
Gravatar no mamesss grax nadie tenia respuesta a este problema
Left by murdoksc on 5/4/2011 11:44 AM
# re: Host [NombreDelEquipo] is not allowed to connect to this MySql Server
Gravatar Sos un genio!!! Me salvaste mucho tiempo. Gracias por el aporte!
Left by Facundo Diaz on 10/19/2011 9:33 PM
# re: Host [NombreDelEquipo] is not allowed to connect to this MySql Server
Gravatar Con agregar permisos al usuario a la base de datos es suficiente, en phpmyadmin me funciono
Left by Frank on 1/25/2012 1:50 PM
# re: Host [NombreDelEquipo] is not allowed to connect to this MySql Server
Gravatar Muchas gracias!!!
Me has salvado la vida!!!
Left by Dimitri on 5/14/2012 5:57 PM
# re: Host [NombreDelEquipo] is not allowed to connect to this MySql Server
Gravatar Una solucion simple y efectiva.

Gracias me funciono de maravilla
Left by Cesar on 8/28/2012 9:15 AM
# re: Host [NombreDelEquipo] is not allowed to connect to this MySql Server
Gravatar muchas gracias amigo ¡
Left by J.C. on 1/28/2013 10:42 AM
# re: Host [NombreDelEquipo] is not allowed to connect to this MySql Server
Gravatar muchas graciass me sirvioo solucioneee
Left by omar on 3/4/2013 9:01 AM
# re: Host [NombreDelEquipo] is not allowed to connect to this MySql Server
Gravatar Gracias mi compa, me sirvio... saludos
Left by xbladix on 3/13/2013 11:28 AM
# re: Host [NombreDelEquipo] is not allowed to connect to this MySql Server
Gravatar Muchas gracias. Continua siendo útil este post. un millón de gracias.
Left by Walter on 3/16/2013 9:41 AM
# re: Host [NombreDelEquipo] is not allowed to connect to this MySql Server
Gravatar Hi Excelent POst, I Just wondering, what if I want to give access to 100 machines? is there a special character that specifies all ip or pcnames?
Left by xHAVICK on 5/14/2013 8:31 AM
# re: Host [NombreDelEquipo] is not allowed to connect to this MySql Server
Gravatar Yes, you can use *

Cheers
Left by mgarcia on 5/14/2013 8:44 AM
# re: Host [NombreDelEquipo] is not allowed to connect to this MySql Server
Gravatar Muchisimas gracias!! me has ahorrado un trabajo largo
Left by David on 5/15/2013 2:58 PM

Leave Your Comment

Title*
Name*
Email (never displayed)
 (will show your gravatar)
Url
Comment*

 

Preview Your Comment.