Create User - mysql
摘要:
Create User MariaDB [(none)]> CREATE USER 'DBAdmin'@'localhost' IDENTIFIED BY 'mypasswd';Query OK, 0 rows affected (0.00 sec) MariaDB [(none)]> CREATE 阅读全文
posted @ 2016-02-14 17:58 xiaobin80 阅读(305) 评论(0) 推荐(0) 编辑