Jump to content

Error 1130 when connecting to host.....


BondGamer

Recommended Posts

I have been trying to get this issue resolved for quite a while now. When I try connecting to my host I get an 1130 Error. It tells me, \"Host ***IP*** is not allowed to connect to this MySQL server\".

 

My host tells me it is a problem on my end but I don\'t think it can be. Can someone tell me what the problem is? I am sure I have the username and login correct as well as the server name. I have never been able to connect to the server. Thanks for the help.

Link to comment
Share on other sites

Hi BondGamer,

 

Could you show the script that you\'re using.

And could you tell us where the script is running (@home or @thehost).

 

have a nice day.

Link to comment
Share on other sites

I am not running any script, I am simply trying to connet to the server MySQL using my username and password. I can\'t use any scripts if I can\'t even get in to setup the tables.

 

*Added*

 

I have tried connecting using GUI interfaces and the command line but both give me the same error.

Link to comment
Share on other sites

hy...

 

the problem is another.....not the script....

 

make an \"mysql -u root -p\" on your cmdline

 

then \"use mysql\"

 

and then \"UPDATE user SET host = \'%\' WHERE user = \'your_script_user\' LIMIT 1;\"

 

now your can connect to your mysql server....

 

cya

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.