INSERT in mysql in another domain

Asked

Viewed 66 times

-1

Insert mysql into another domain. For example: on my site has the site administrator, and there I can register my products, when registering, will register on my site and on another site outside my domain.

You can do it?

1 answer

1

To do this the server where the other database is has to allow external access, so just open a new connection with the credentials of the database you want to perform the INSERT.

  • And it is easy to do this external access permission?

  • Does your server have cPanel? If so, there is an option MySQL Remoto, then just add permission to the IP of the other site/server or add %, that it allows access to any IP.

  • Yes, there’s the cPanel

Browser other questions tagged

You are not signed in. Login or sign up in order to post.