error 1130

Reply

Join Date: Oct 2007
Posts: 18
Reputation: knish is an unknown quantity at this point 
Solved Threads: 0
knish knish is offline Offline
Newbie Poster

error 1130

 
0
  #1
Oct 24th, 2007
Hi,

While connecting to a host computer to access its records from another computer using python. I am getting an error

OperationalError: (1130, "Host '2k.vfx.net' is not allowed to connect to this MySQL server")

There is no firewall. I have installed wampserver 5 on the host pc.

Is it possible to access the data from the host..using mysql

BRgds,

kNish
Reply With Quote Quick reply to this message  
Join Date: Jul 2006
Posts: 608
Reputation: jrcagle is on a distinguished road 
Solved Threads: 149
jrcagle jrcagle is offline Offline
Practically a Master Poster

Re: error 1130

 
0
  #2
Oct 24th, 2007
Looks like either a port is closed or else there's a credentials problem. But that's a guess.

Jeff
Reply With Quote Quick reply to this message  
Join Date: Oct 2007
Posts: 18
Reputation: knish is an unknown quantity at this point 
Solved Threads: 0
knish knish is offline Offline
Newbie Poster

Re: error 1130

 
0
  #3
Jan 30th, 2008
what credentials problem can there be..may I know
This I need to ask for I have the same issue since the server harddisk crashed.

What backup method do u suggested

knish
Reply With Quote Quick reply to this message  
Join Date: Jan 2006
Posts: 237
Reputation: katharnakh is an unknown quantity at this point 
Solved Threads: 32
katharnakh's Avatar
katharnakh katharnakh is offline Offline
Posting Whiz in Training

Re: error 1130

 
0
  #4
Jan 30th, 2008
Originally Posted by knish View Post
...
OperationalError: (1130, "Host '2k.vfx.net' is not allowed to connect to this MySQL server")
...
Make sure you have given permission for user, who access the system, like 'allow remote access'. By default when you install MySQL will allow to access db from localhost for user root(default).

What GUI you use to interact with MySQL?
I had used phpMyAdmin as GUI to interact and Navicat some time back. I remember PHP MyAdmin gives good interface to give many credentials or permissions.

Originally Posted by knish View Post
Is it possible to access the data from the host..using mysql
Yes, for sure, provided you have set right permission, and you are not blocked by firewall.
The credentials are stored in a table under some database, which comes default with MySQL, which stores this credentials. But, I dont remember the table name now.

kath.
Last edited by katharnakh; Jan 30th, 2008 at 5:47 am.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Python Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC