摘要: 1.Mysql 命令行登录 mysql -h 127.0.0.1 -u root -P 3306 -p 2.创建用户 CREATE USER "killer"@"localhost" IDENTIFIED BY "password"; -- 允许远程登录的话,localhost改为% 3.用户授权 阅读全文
posted @ 2023-09-14 17:34 RyderWang 阅读(17) 评论(0) 推荐(0)