DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/index.php)
-   Python (http://www.daniweb.com/forums/forum114.html)
-   -   error 1130 (http://www.daniweb.com/forums/thread94131.html)

knish Oct 24th, 2007 9:52 am
error 1130
 
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

jrcagle Oct 24th, 2007 9:52 pm
Re: error 1130
 
Looks like either a port is closed or else there's a credentials problem. But that's a guess.

Jeff

knish Jan 30th, 2008 3:24 am
Re: error 1130
 
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

katharnakh Jan 30th, 2008 5:46 am
Re: error 1130
 
Quote:

Originally Posted by knish (Post 456669)
...
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.

Quote:

Originally Posted by knish (Post 456669)
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.


All times are GMT -4. The time now is 4:17 pm.

Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC