Start a new topic

Not able to connect to mysql hosted on godaddy

Hi,

I am getting below error while connecting to mysql hosted on GoDaddy.

	pymysql.err.OperationalError: (1045, u"Access denied for user 'ms_dev'@'static.231.6.251.148.clients.your-server.de' (using password: YES)")

I have added static.231.6.251.148.clients.your-server.de on godaddy to allow database from this address but again when I run the spider again the address changed.

Can anyone help me on this?

1 Comment

What are you trying to do? Write the results from the Spider directly to your MySQL database? Have you tested by wildcarding the IP (allow all) if the connection goes fine? Perhaps Scrapinghub has an IP range, but I remember it is tricky to give the specific Scrapinghub range.

Login to post a comment