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
- Hi! Please check How to AskLogan Wayne– Logan Wayne2017-05-03 07:38:26 +00:00Commented May 3, 2017 at 7:38
- Check this stackoverflow.com/questions/1968773/…Aman Rawat– Aman Rawat2017-05-03 07:50:10 +00:00Commented May 3, 2017 at 7:50
- You'd better get writing some code then if you need itProfessor Abronsius– Professor Abronsius2017-05-03 07:51:49 +00:00Commented May 3, 2017 at 7:51
- Possible duplicate of View stored procedure/function definition in MySQLNetVicious– NetVicious2017-05-03 08:26:58 +00:00Commented May 3, 2017 at 8:26
Add a comment |