1

How can I call a stored procedure on another server from a stored procedure in MySql?

For example, I have stored_procedure_1 on server_1 and stored_procedure_2 on server_2.

I want stored_procedure_1 to call stored_procedure_2.

How do I write this?

L. Scott Johnson
  • 4,213
  • 2
  • 17
  • 28
  • Never had to do this but the call syntax would suggest you cannot https://dev.mysql.com/doc/refman/8.0/en/call.html. – P.Salmon Jul 04 '19 at 11:43
  • Take a look at this question: https://stackoverflow.com/questions/38798210/how-can-i-a-call-stored-procedure-on-a-remote-mysql-ubuntu-server – barbsan Jul 04 '19 at 11:45

0 Answers0