I can use mysql trigger to same server and same host. Can I trigger in to different host. Is there any other method to do that.
Localhost -> 10.1.2.220
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
MySQL Triggers are possible to used on same hosted site. Definer of the trigger can be changes as you wish but difficult to handle with remote host.
Using of PHP SOAP client and Server is suitable to prevent your issue.