摘要:
用户管理 创建 举例 mysql> create user test@localhost identified by 'password'; Query OK, 0 rows affected (0.00 sec) mysql> select user,host,password from mysq 阅读全文
摘要:
数据库操作 create mysql> create database study_2; Query OK, 1 row affected (0.00 sec) mysql> show create database study_2; + + + | Database | Create Databa 阅读全文