【MySQL】error_code : Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8_unicode_ci,IMPLICIT) for operation '='
Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8_unicode_ci,IMPLICIT) for operation '='
有可能有人跟我遇到一樣的問題
所以記錄一下
這個情況很簡單
只要把mysql 排序編碼的部分,改成統一的就行了
全改成utf8_unicode_ci 這樣就解決了
剛剛重建資料表
突然跑出這個
嚇了我一跳哩
有可能有人跟我遇到一樣的問題
所以記錄一下
這個情況很簡單
只要把mysql 排序編碼的部分,改成統一的就行了
全改成utf8_unicode_ci 這樣就解決了
剛剛重建資料表
突然跑出這個
嚇了我一跳哩
留言
張貼留言