Shallowhave
Results
2
comments of
Shallowhave
查询数据库的编码如下 ``` mysql> show VARIABLES LIKE '%char%'; +--------------------------------------+--------------------------------+ | Variable_name | Value | +--------------------------------------+--------------------------------+ | character_set_client | utf8mb4 | | character_set_connection | utf8mb4 | | character_set_database | utf8mb4 | |...