摘要: 一、创建用户: mysql>create user 'username'@'host' identified by 'password'; username 创建的用户名 host 指定该用户在哪个主机上可以登录,如果是本地用户可用localhost,如果想让该用户可以从任意远程主机登录,可以使用通 阅读全文
posted @ 2018-06-29 12:05 MrKris 阅读(6167) 评论(0) 推荐(0)