Array
(
[0] => HY000
[1] => 1449
[2] => The user specified as a definer ('hoge'@'localhost') does not exist
)insert時にトリガー動かすようになってた。
そのトリガーの実行権限が、ログインユーザと食い違ってるとこのエラーが出て動かない。
トリガーのdefinerを直すか、違うユーザでログインしなおす
Array
(
[0] => HY000
[1] => 1449
[2] => The user specified as a definer ('hoge'@'localhost') does not exist
)insert時にトリガー動かすようになってた。
そのトリガーの実行権限が、ログインユーザと食い違ってるとこのエラーが出て動かない。
トリガーのdefinerを直すか、違うユーザでログインしなおす