Jump to content

Error: 1130


Recommended Posts

I’ve made my PHP site in my machine (local host) with dreamweaver and IIS web server.

How can I Upload my database to remote web server?

When I want to connect to mysql server on the remote web server I receive following error:

Error: 1130

Host xxx.xxx.x.xx is not allowed to connect to this MySQL server

 

Thanks in advance

 

Link to comment
https://forums.phpfreaks.com/topic/2413-error-1130/
Share on other sites

  Quote
I’ve made my PHP site in my machine (local host) with dreamweaver and IIS web server.

How can I Upload my database to remote web server?

When I want to connect to mysql server on the remote web server I receive following error:

Error: 1130

Host xxx.xxx.x.xx is not allowed to connect to this MySQL server

 

Thanks in advance

256175[/snapback]

 

 

Maybe you should try to connect to MySQL server using a local user for your MySQL remote server. I mean, a user local for that machine, not for your. ;) Try to dump your local database and then run that DUMP on the remote machine. Have you?

 

Enjoy!

Link to comment
https://forums.phpfreaks.com/topic/2413-error-1130/#findComment-7975
Share on other sites

  Quote
I’ve made my PHP site in my machine (local host) with dreamweaver and IIS web server.

How can I Upload my database to remote web server?

When I want to connect to mysql server on the remote web server I receive following error:

Error: 1130

Host xxx.xxx.x.xx is not allowed to connect to this MySQL server

 

Thanks in advance

256175[/snapback]

 

You'll need to go into your cpanel(if you have one) and add your ip address to the "access hosts" list in the mysql databases page. It should be close to the bottom.

 

You might have to create a new username and password to access from your computer also.

 

Jeremy

Link to comment
https://forums.phpfreaks.com/topic/2413-error-1130/#findComment-7977
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.