我刚刚用mysql 5.6设置了CF10、win2008、IIS 7.5。但是我们收到了这个错误:
Error Executing Database Query.
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 'OPTION SQL_SELECT_LIMIT=DEFAULT
当我将“LIMIT”明确设置为查询时,此错误将被删除。
(评论更新)
这是一个例子:
<cfquery name="dds" datasource ="#Request.Datasource#">
SELECT *
FROM tblaccounts
LIMIT 100
</cfquery>
据我的研究表明,它与新版本的 mysql 5.6 不兼容。