摘要: 1.mysql原始命令 a.登录 登录: mysql -u root -p密码 //连本机的 SELECT User, Host, Password FROM mysql.user; //查看用户 添加新用户: create user 'liuxuan14'@'localhost' identifi 阅读全文
posted @ 2021-08-20 17:23 HexagonMan 阅读(474) 评论(0) 推荐(0)