中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

MySQL JDBC表情編碼配置

發布時間:2020-06-15 12:48:25 來源:網絡 閱讀:351 作者:沙漏半杯 欄目:編程語言

MySQL中,表情符號需要4個字節的空間存儲,因此如果某個列需要兼容表情存儲,需要設置該列的字符集為utf8mb4:


1? ALTER TABLE `db`.`tablename`?

2? CHANGE COLUMN `content` `content` VARCHAR(45) CHARACTER SET 'utf8mb4' NULL DEFAULT NULL COMMENT '' ;


另外,根據Mysql的文檔:


Setting the Character Encoding


The character encoding between client and server is automatically detected upon connection. You specify the encoding on the server using the character_set_server for server versions 4.1.0 and newer, and character_set system variable for server versions older than 4.1.0. The driver automatically uses the encoding specified by the server. For more information, see Server Character Set and Collation.


For example, to use 4-byte UTF-8 character sets with Connector/J, configure the MySQL server with character_set_server=utf8mb4, and leave characterEncoding out of the Connector/J connection string. Connector/J will then autodetect the UTF-8 setting.


To override the automatically detected encoding on the client side, use the characterEncoding property in the URL used to connect to the server.


也就是說,沒辦法在JDBC客戶端直接配置編碼方式,因此需要修改mysql服務器的如下屬性:


1? set? character_set_server=utf8mb4


要永久生效,在my.ini配置文件中配置:


1? character_set_server=utf8mb4


同時,JDBC Url的characterEncoding去掉:


1? datasource.jdbcUrl=jdbc:mysql://127.0.0.1:4360/mydb?useUnicode=true&autoReconnect=true&allowMultiQueries=true


總結一下,為了在Java端支持表情,需要提供4個字節存儲的編碼方案,具體步驟如下:?

1) 設置對應列的編碼為utf8mb4


2) 設置服務器編碼為utf8mb4


3) JDBC Url中的characterEncoding不配置。?

(該屬性不支持utf8mb4,配置了非utf8mb4將導致無法寫入表情,因此要留空,不配置)


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

岳池县| 宁乡县| 江门市| 永靖县| 富蕴县| 龙陵县| 连州市| 东海县| 秦皇岛市| 黔南| 饶平县| 凤山市| 慈溪市| 永宁县| 嘉善县| 阜阳市| 仁化县| 黄梅县| 博湖县| 榆中县| 西丰县| 宜昌市| 大理市| 禄丰县| 自贡市| 大冶市| 巢湖市| 历史| 同德县| 五家渠市| 城口县| 安仁县| 广西| 桃江县| 乌拉特前旗| 汪清县| 博乐市| 铅山县| 融水| 上林县| 屏边|