2020年10月8日

MySQL学习(一)——创建新用户、数据库、授权

摘要: 一、创建用户 1、登录mysql mysql -u root -p 2、创建本地用户>/font> use mysql; //选择mysql数据库 create user 'test'@'localhost' identified by '123456'; //创建本地用户 flush privil 阅读全文

posted @ 2020-10-08 00:34 渴望飞翔的xian鱼 阅读(212) 评论(0) 推荐(0) 编辑

导航