mysqlデータベースの使用中に次のエラーが見つかった場合:定義者として指定されたユーザー('root' @'%')が存在しない場合は、次を使用して解決できます:
grant all on *.* to 'root'@'%' identified by 'password' with grant option;
http://www.lynnnaykoのクレジット.com / 2010/07 / mysql-user-specific-as-definer-root.html
mysqlデータベースの使用中に次のエラーが見つかった場合:定義者として指定されたユーザー('root' @'%')が存在しない場合は、次を使用して解決できます:
grant all on *.* to 'root'@'%' identified by 'password' with grant option;
http://www.lynnnaykoのクレジット.com / 2010/07 / mysql-user-specific-as-definer-root.html