美文网首页
mysql 5 this is incompatible wit

mysql 5 this is incompatible wit

作者: proud2008 | 来源:发表于2021-01-13 20:05 被阅读0次

    SELECT @@GLOBAL.sql_mode;
    SELECT @@SESSION.sql_mode;


    image.png

    执行以下语句将only_full_group_by去掉

    set @@GLOBAL.sql_mode='';
    set sql_mode ='STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION';
    
    image.png

    注有数据连接池连接时还是会报错,重启下应用程序即可,

    相关文章

      网友评论

          本文标题:mysql 5 this is incompatible wit

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