摘要: (1)登录:mysql -u root -p (2)查看现有用户(mysql8.0.1) (3)新建用户 格式:create user "username"@"host" identified by "password"; eg: /*host="localhost"为本地登录用户,host="ip 阅读全文
posted @ 2018-05-27 02:48 enjoyzier 阅读(82768) 评论(2) 推荐(4)