Mysql [SOLVED] ERROR 1227 (42000) at line 1080: Access denied; you need (at least one of) the SUPER privilege(s) for this operation
Either remove the DEFINER=.. statement from your sqldump file, or replace the user values with CURRENT_USER.
Like
Find
DEFINER=`olddbusername`@`localhost`
Then replace
DEFINER=`newdbusername`@`localhost`
Thanks,
Either remove the DEFINER=.. statement from your sqldump file, or replace the user values with CURRENT_USER.
Like
Find
DEFINER=`olddbusername`@`localhost`
Then replace
DEFINER=`newdbusername`@`localhost`
Thanks,
No comments:
Post a Comment