匿名用户oceanbase社区版如何使用密文创建用户
我的环境:centos,使用obd安装
版本:社区版4.1
问题描述:
第一次我的语句是:
create user ‘u1’ identified by password ‘oceanbase113’;
报错为: The password hash doesn’t have the expected format.Check if the correct password algorithm is being used with the PASSWORD() function
之后我根据提示,使用如下语句:
create user ‘u1’ identified by password password(‘oceanbase113’);
报错为:错误码1064,提示有语法错误。
求助分析原因。
我来答
添加附件
收藏
分享
问题补充
1条回答
默认
最新
回答交流
提交
问题信息
请登录之后查看
邀请回答
暂无人订阅该标签,敬请期待~~
墨值悬赏

评论
