Hi All,
I am taking the backup of mysql database with mysqldump command.
mysqldump --routines database_name > database_name.sql
But when backup is taken all the stored procedure are commented and I have to do lot of editing in the file. So there is any other way so that I got the backup of database with stored procedure , so that I need not to edit the file and restore it .
I am taking the backup of mysql database with mysqldump command.
mysqldump --routines database_name > database_name.sql
But when backup is taken all the stored procedure are commented and I have to do lot of editing in the file. So there is any other way so that I got the backup of database with stored procedure , so that I need not to edit the file and restore it .
Comment