While setting up the MySQL replication, I took the mysqldump (without
--opt --routinesoptions)
unaware of the fact that in mysqldump
, --routines
it is NOT enabled by default.
Questions
Is there any way to just insert the routines into the slave without disturbing the replication?
Do I have to do the whole thing again by taking a new dump with
--routines
option?