Skip or ignore definers in Mysqldump

Viewed 10001

I was wondering if I can prevent mysqldump inserting this commands

/*!50017 DEFINER=`root`@`localhost`*/

Or if I have to do it afterwards with sed, for example

Thanks!

1 Answers
Related