原文:Procedure execution failed 1267 - Illegal mix of collations (utf8mb4_unicode_ci,IMPLICIT) and (utf8mb4_general_ci,IMPLICIT) for operation '='

把mysql里所有table的varchar字段的字符集,批量換成了utf mb utf mb unicode ci ,以便能保存一些表情,結果存儲過程報錯 這是因為臨時存儲表的編碼和表的編碼不符 所以在游標使用到的變量修改編碼 即可 ...

2019-04-25 17:31 0 1658 推薦指數:

查看詳情

 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM