I need to dump only the stored procedures : no data, no table creation. How can I do this using mysqldump?
Tell me more
×
Database Administrators Stack Exchange is a question and answer site for
database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.
|
|
This should do it for you:
CAVEAT It would be much better not to separate the stored procedures from the database so that specific stored procedures will be created in the database it was meant for. The same goes for triggers. This would be preferrable:
|
|||||||||
|