摘要: 创建用户: create user ‘test’@’%’ identified by ‘test’; 显示ERROR 1396 (HY000): Operation CREATE USER failed for ‘test’@’%’ 查看是不是存在这个用户 select user from user 阅读全文
posted @ 2019-09-30 15:39 zhjh256 阅读(17681) 评论(0) 推荐(1) 编辑