ysql1,中文數(shù)據(jù)在插入時會出現(xiàn)亂碼問題。為解決這個問題,需要進行以下步驟:
ysqlysql容器:
```ameysqlysqleral_ci
ysql容器內(nèi)部,使用以下命令修改數(shù)據(jù)庫的默認(rèn)字符集:
```ysqlt = utf8;ysqlnection = utf8;ysql>SET character_set_database = utf8;ysql>SET character_set_results = utf8;ysql>SET character_set_server = utf8;
ysqlysqlysqlyfysqld]下添加以下兩行:
```ysqld]
character-set-server=utf8
ysql服務(wù):
```ysql restart
ysqlysqlysql:
```ysql -h127.0.0.1 -uroot -p123456 --default-character-set=utf8
ysql中文亂碼問題。