From: Dan Nelson Date: May 22 2006 7:02pm Subject: Re: dump stored procedure List-Archive: http://lists.mysql.com/mysql/198182 Message-Id: <20060522190201.GC57363@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 dnelson@stripped