07 2020 档案

摘要:1.0 查询Mysql用户 select * from mysql.user;2.0 创建用户 create user '用户名'@'主机' identified by '密码'; create user 'yangchao'@'localhost' identified by 'yangchao' 阅读全文
posted @ 2020-07-22 14:02 zlAdmin 阅读(110) 评论(0) 推荐(0)