MySQL Forums
Forum List  »  PHP

Re: #1130 - Host 'localhost' is not allowed to connect to this MySQL server
Posted by: Jan Pihlgren
Date: November 24, 2007 07:31AM

I try to connect to a database on an other computer.
I use the following command: mysql -h 192.168.0.99 -u root -p
and I get the following errormessage:
ERROR 1130 (00000): Host 'Zebbie' is not allowed to connect to this MySQL server
I have disabled "skip_networking=ON" to "skip_networking=OFF"
What do I have to do to be able to connect to the server on the other mashine?
----
2007-11-25
I discover that I have to register each user with their hostname/IP-adress, the host from where they will connect to the database.



Edited 1 time(s). Last edit at 11/24/2007 10:44PM by Jan Pihlgren.

Options: ReplyQuote


Subject
Written By
Posted
Re: #1130 - Host 'localhost' is not allowed to connect to this MySQL server
November 24, 2007 07:31AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.