I did a mysqldump from a database and see lines like this in the output:
/*!50001 CREATE ALGORITHM=UNDEFINED */
I'm getting an error when trying to restore this db dump into a new db that says I need SUPER priveleges to run this command.
I want to suppress any lines that involve creation of algorithms or any other operation requiring super privileges, but I have been unable to find any option in the mysqldump docs which will accomplish this.
Any advice would be much appreciated.