摘要: 1 登陆数据库 mysql -u root -p 2 use mysql; 3 select User,authentication_string,Host from user (查询用户表) 4 GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIE 阅读全文
posted @ 2019-11-04 18:03 铜锣湾扛把子·66 阅读(238) 评论(0) 推荐(0)