When I export any database from phpmyadmin usually mysql following definer for VIEWS
and FUNCTIONS
.
CREATE DEFINER=`root`@`localhost` FUNCTION
CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `
Is there anything that can be done to avoid that??