(1366, "Incorrect string value: '\\xF0\\x9F\\x8E\\xAC\\xE5\\x89...' for column 'description' at row 1")
針對MySQL的這個錯誤,
修改方法是
set names utf8mb4;
SET CHARACTER SET utf8mb4;
SET character_set_connection=utf8mb4;
(1366, "Incorrect string value: '\\xF0\\x9F\\x8E\\xAC\\xE5\\x89...' for column 'description' at row 1")
針對MySQL的這個錯誤,
修改方法是
set names utf8mb4;
SET CHARACTER SET utf8mb4;
SET character_set_connection=utf8mb4;
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。