2019年5月14日

mysql 用户创建,授权

摘要: 关于mysql的用户管理,笔记 1、创建新用户 通过root用户登录之后创建 >> grant all privileges on *.* to testuser@localhost identified by "123456" ; // 创建新用户,用户名为testuser,密码为123456 ; 阅读全文

posted @ 2019-05-14 16:32 状元兜里有糖 阅读(282) 评论(0) 推荐(0) 编辑

导航