Remove the DEFINER lines from the mysql dump file using sed.
 
sed -i 's/DEFINER=[^*]*\*/\*/g' mydump.sql