摘要: 1.创建账号 #本地账号 create user '用户名'@'localhost' identified by '密码'; #远程账号(只能在一台客户端192.168.31.10上登录的账号) create user '用户名'@'客户端IP地址(192.168.31.10)' identifie 阅读全文
posted @ 2020-02-09 18:51 手可摘星辰。 阅读(122) 评论(0) 推荐(0) 编辑