I need to create a SQL block of stored procedures for a database at runtime, so I need to call a stored procedure that will execute this block at runtime to create the procedures for another database. Is it possible to do that?
Currently, my problem is with using DELIMITER // in the block of stored procedures creation.