How do I view and backup my procedural code?

In oracle it would be something like
Select text from user_source where name='MY_PROCEDURE' order by line;

I did mysqldump, and didn't see any of the functions or procedures 
created.

In Oracle they'd be backed up either via RMAN or EXP.

Thanks,
Andrey


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to