Re: dump stored procedure

2006-05-22 Thread Dan Nelson
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 t

dump stored procedure

2006-05-22 Thread Alain Roger
Hi, 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 ? thanks a lot, Alain