摘要: 连接服务器 登录数据库创建user用户 授权 mysql -uroot -p create user 'root'@'%' identified by '123456'; grant all on . to 'root'@'%'; quit; > 只适用开发服务器,生产环境注意权限控制 阅读全文
posted @ 2021-11-29 22:40 Cance 阅读(281) 评论(0) 推荐(0)