运维网's Archiver
论坛
›
MySQL运维
› The user specified as a definer ('yicui'@'%') does not exist
cnq
发表于 2016-10-25 07:30:54
The user specified as a definer ('yicui'@'%') does not exist
登陆mysql
mysql -u root -pPasswd
mysql >grant all privileges on *.* to root@"%" identified by "Passwd"
mysql >flush privileges;
页:
[1]
查看完整版本:
The user specified as a definer ('yicui'@'%') does not exist