Questions tagged [mysql-error-1130]

Error 1130: Host '%s' is not allowed to connect to this MySQL server.

Error 1130: Host '%s' is not allowed to connect to this MySQL server.

14 questions
855
votes
29 answers

Host 'xxx.xx.xxx.xxx' is not allowed to connect to this MySQL server

This should be dead simple, but I cannot get it to work for the life of me. I'm just trying to connect remotely to my MySQL server. Connecting as: mysql -u root -h localhost -p works fine, but trying: mysql -u root -h 'any ip address here'…
concept47
  • 30,257
  • 12
  • 52
  • 74
18
votes
3 answers

Error 1130 in mysql

when i am trying to log on mysql using my ip address i am getting error 1130 qht can i do for this
ratty
  • 13,216
  • 29
  • 75
  • 108
4
votes
3 answers

#1130 - Host ‘localhost’ is not allowed to connect to this MySQL server

I accidentally changed the "host" value for the root user inside of the user table for mysql. I need to change it back to localhost because I changed it to arancillary2125 (my other machines DNS name) but I cannot access mysql (from PHPMYADMIN or…
Raph
  • 51
  • 1
  • 1
  • 2
3
votes
4 answers

#1130 - Host ‘localhost’ is not allowed to connect to this MySQL server

I issued a command of: DROP USER 'root'@'localhost'; GRANT ALL PRIVILEGES ON . TO 'root'@'%'; ...in PhpMyAdmin. Immediately after the execution, I was forced out PhpMyAdmin. I got: error #1130 - Host 'localhost' is not allowed to connect to…
Steven
  • 24,410
  • 42
  • 108
  • 130
2
votes
3 answers

MySQL Error : Can't create/write to file '/var/mysqltmp/#sql_1fbd_0.MYI' (Errcode: 13)

yesterday i got bad getway error while browsing my vb forum and today my forum back to work ... but most of links give this error MySQL Error : Can't create/write to file '/var/mysqltmp/#sql_1fbd_0.MYI' (Errcode: 13) i search for simillar…
user1044490
  • 33
  • 1
  • 1
  • 5
2
votes
2 answers

phpMyAdmin - #1130 - Host 'SERVER' is not allowed to connect to this MySQL server

I run WAMPServer on a Windows server 2012 r2, I want to run a database on it using phpMyAdmin, everything is working but when I try to login from the Windows server I get this error: is the error that I see. I get the same error when I try to login…
KittyCat
  • 415
  • 4
  • 9
  • 26
1
vote
1 answer

MySQL TCP Connection

I have a MySQL Database which I want to connect to from a different computer, preferably using TCP/IP. What is the easiest way to do this. Currently I have tried just putting the IP address of the computer in, and it comes up with Error #1130, which…
1
vote
1 answer

Can't connect to localhost using mysql-connector-python, error 1130

I'm trying to connect to a local mysql database from pyhton using the mysql-connector-python. The mysql server is set up to allow only local connections. It works with many other applications, but not in my python script. I'm using the…
1
vote
1 answer

#1130 - Host 'localhost' is not allowed to connect to this MySQL server

Wamp get this message: #1130 - Host 'localhost' is not allowed to connect to this MySQL server
user268707
  • 53
  • 2
  • 5
1
vote
0 answers

Mysql Error 1130: Unknown domain connecting to my server

I noticed an odd mysql error while testing a prototype site(containing php and a mysql database) for a client and it has me worried/confused. Forgive me if this is a simple or obvious question but I have not been able to find articles that…
Jake
  • 79
  • 10
0
votes
0 answers

Node js + mysql, getting error when posting data

So, I have a nodejs app running on a webhosting. I have created a database and added a user to it and gave all privileges to it as well. now when using postman, I try to poat data, it is not added to the mysql database instead i get back this…
0
votes
1 answer

wamp mysql cannot connect to localhost

hello i tried to follow an online tut for setting password in mysql and this has now led to errors that i cannot recover from. 1) phpMyAdmin-2.11.10 this gives login box with message underneath: cannot load mcrypt. i have enabled in wamp and also…
bollo
  • 1
  • 1
  • 1
  • 1
0
votes
2 answers

Wampserver 2.1 MySQL and localhost problem

I've been using wampserver for a while but today ive installed new version WampServer 2.1e (32 bits) and I can't understand whats going on. I can't use MySQL console to login, I always get ERROR 1130 (HY000): Host 'my ip address' is not allowed to…
Ragnar
  • 4,292
  • 4
  • 31
  • 41
0
votes
0 answers

Error while localy connecting to MySql

Today when I wanted to connect to my local MySQL server, I got an error message from server: Host '192.168.1.100' is not allowed to connect to this MySQL server. What does this mean? My machine is a MacBook Pro with OSX Lion. Yesterday everything…
Jack Daniel
  • 2,397
  • 8
  • 33
  • 58