Error: ER_NO_SUCH_USER: The user specified as a definer (‘root’@‘localhost’) does not exist grant all on *.* to 'ROOT'@'%' identified by 'PASSWORD' with grant option; 或者: grant all privileges on *.* to 'root'@'localhost';``` 刷新 flush privileges;