执行同步数据库命令 su -s /bin/sh -c "keystone-manage db-sync" keystone 失败

不成功多是keystone用户的权限未赋予成功,可从新执行如下命令:ide grant all privileges on keystone.* to 'keystone'@'localhost' identified by 'devops';get grant all privileges on keystone.* to 'keystone'@'%' identified by 'devops
相关文章
相关标签/搜索