美文网首页
ExceptionHandler:PDOException: S

ExceptionHandler:PDOException: S

作者: 9682f4e55d71 | 来源:发表于2018-10-04 17:10 被阅读91次

    mysql 编码报错
    ExceptionHandler:PDOException: SQLSTATE[HY000]: General error: 1267 Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8mb4_general_ci,COERCIBLE) for operation '=' in

    解决,转换字段编码
    convert(字段名 USING utf8)

    相关文章

      网友评论

          本文标题:ExceptionHandler:PDOException: S

          本文链接:https://www.haomeiwen.com/subject/xaixaftx.html