-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
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
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.
Browser other questions tagged php mysql sql-insert
You are not signed in. Login or sign up in order to post.
And it is easy to do this external access permission?
– user3081
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.– KaduAmaral
Yes, there’s the cPanel
– user3081