update
This commit is contained in:
@@ -58,3 +58,15 @@ character_set_connection=utf8
|
||||
character_set_server=utf8
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
### 指令
|
||||
|
||||
```mysql
|
||||
show databases;
|
||||
create database dbtest CHARACTER SET utf8 COLLATE utf8_general_ci;
|
||||
use dbtest;
|
||||
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user