iron_sheet

导航

 

2018年10月28日

摘要: 登陆命令:mysql -u root -p 添加本地用户:create user 'sheet'@'localhost' identified by '123456' ; 添加允许外网IP访问的用户:create user ‘sheet'@'%" identified by '123456'; 刷新 阅读全文
posted @ 2018-10-28 11:19 iron_sheet 阅读(137) 评论(0) 推荐(0) 编辑