ERROR 1449 (HY000) at line 13718: The user specified as a definer ('testuser'@'%') does not exist

  • systemddc
  • Mysql
  • 2249
  • 0

한참 구글링으로 찾아서 해결 

 

ERROR 1449 (HY000) at line 13718: The user specified as a definer ('testuser'@'%') does not exist
CREATE USER 'testuser'@'%' IDENTIFIED BY 'root';
GRANT ALL ON *.* TO 'testuser'@'%'';
flush privileges;