In the last episode (May 22), Alain Roger said:
> I would like to make a dump of my database.
> however, i have some stored procedure and they are not exported to the *.txt
> file i've created via mysqldump.
> 
> So, how can i dump stored procedure ?

Add the -R flag to mysqldump:

    -R, --routines      Dump stored routines (functions and procedures).

-- 
        Dan Nelson
        [EMAIL PROTECTED]

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

Reply via email to