1

I need to make a php script that can copy stored procedure and function from one database to another, how can i do this ? The database is mysql and there 2 database are not on the same server

4

1 Answer 1

2

I hope this helps.

SHOW CREATE PROCEDURE DB_Name.Procedure_Name; use New_DB_Name 

create procedure again.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.