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
Share on other sites

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
Share on other sites

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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

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