Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
将网站移至新的托管公司后,我在所有 Magento MySQL 设置文件上都收到以下错误。新的托管公司在 Plesk / Apache 上运行。该网站曾经完美运行。
SQLSTATE[42000]:语法错误或访问冲突:1064 您的 SQL 语法有错误;检查与您的 MySQL 服务器版本相对应的手册,了解使用 nea 的正确语法
试试这个 只需更改 \app\etc\config.xml 中的第 41 行
<initStatements>SET NAMES utf8</initStatements>
至
<initStatements>SET NAMES utf8; SET SQL_BIG_SELECTS = 1</initStatements>