pty项目引用本地库 报错 The user specified as a definer ('root'@'%') does not exist

解决: mysql -u root -p123456 grant all privileges on . to [email protected]"%" identified by “.”; flush privileges; 登陆成功!
相关文章
相关标签/搜索