首页 > 技术文章 > mysql-创建用户

mingliangzhu 2017-06-05 17:58 原文

CREATE USER 'username'@'name' IDENTIFIED BY 'password';

其中 name  为用户名,password为用户密码

推荐阅读