摘要:
在创建过程中可能会遇见: [HY000][1418] This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled (you *m 阅读全文
摘要:
在链接地址?connectionCollation=utf8mb4_general_ci指定下 或者下面方式 出现这种问题就是关联表的字符集不匹配 1.查看数据库的字符集 show variables where Variable_name like 'collation%';结果: 2.查看关联表 阅读全文