数据库函数权限问题

  The user specified as a definer ('testadmin'@'%') does not exist 执行以下两条语句授予testadmin权限即可 grant all privileges on *.* to [email protected]"%" identified by ".";    授权 flush privileges;   刷新  
相关文章
相关标签/搜索