摘要: 用户管理 # 创建用户 create user '用户名'@'IP地址' identified by '密码'; create user 'steven'@localhost identified by '123456'; 删除用户 drop user '用户名'@'IP地址'; drop user 阅读全文
posted @ 2020-04-10 23:22 Mr-Lee-long 阅读(257) 评论(0) 推荐(0) 编辑