mysql版本引发的问题

Posted 大熊童鞋

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql版本引发的问题相关的知识,希望对你有一定的参考价值。

Warning: SQL:
SELECT id,title,thumb,subtitle,type,price,credit,money,goodstype,hasoption,mincredit,minmoney FROM `ims_ewei_shop_creditshop_goods` where 1 and uniacid = :uniacid and status=1 and deleted=0 and cate=17 and id in() ORDER BY displayorder desc,id DESC LIMIT 0,10

SQL Error:
You have an error in your SQL syntax; check the manual that corresponds to your mysql server version for the right syntax to use near ‘) ORDER BY displayorder desc,id DESC LIMIT 0,10‘ at line 2

因为mysql版本过低造成的,解决办法有二。

方法一:

升级mysql

方法二:

php.ini中找到display_errors,把前面的 ;去掉

以上是关于mysql版本引发的问题的主要内容,如果未能解决你的问题,请参考以下文章

mysql版本引发的问题

如何看mysql版本

片段对话框中的片段膨胀引发错误“片段未创建视图”

mysql查看版本的四种方法

PHP 精度计算引发的灾难性Bug

如何从片段 KOTLIN 中调用意图 [重复]