码迷,mamicode.com
首页 > 数据库 > 详细

mysql版本引发的问题

时间:2019-11-05 16:47:59      阅读:89      评论:0      收藏:0      [点我收藏+]

标签:版本   mysq   ice   class   order   sop   splay   you   ror   

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版本引发的问题

标签:版本   mysq   ice   class   order   sop   splay   you   ror   

原文地址:https://www.cnblogs.com/xiong-hua/p/11799224.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!