摘要: 用户管理 创建 举例 mysql> create user test@localhost identified by 'password'; Query OK, 0 rows affected (0.00 sec) mysql> select user,host,password from mysq 阅读全文
posted @ 2017-03-05 21:04 ProfiBus 阅读(358) 评论(0) 推荐(0) 编辑
摘要: 数据库操作 create mysql> create database study_2; Query OK, 1 row affected (0.00 sec) mysql> show create database study_2; + + + | Database | Create Databa 阅读全文
posted @ 2017-03-05 17:49 ProfiBus 阅读(459) 评论(0) 推荐(0) 编辑