BondGamer Posted October 21, 2003 Share Posted October 21, 2003 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. Quote Link to comment Share on other sites More sharing options...
Guest Psycho Posted October 21, 2003 Share Posted October 21, 2003 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. Quote Link to comment Share on other sites More sharing options...
BondGamer Posted October 21, 2003 Author Share Posted October 21, 2003 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. Quote Link to comment Share on other sites More sharing options...
Jointy Posted October 22, 2003 Share Posted October 22, 2003 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.