config.databaseOptionsオブジェクトにオプションを設定してみます。例:
const config = {
databaseOptions: {
host: "some_host",
user: "some_user",
password: "some_pw",
database: "some_db",
multipleStatements: true
}
}
または、試してみてください:
config.databaseOptions.multipleStatements = true;
プールを作成する前に。
これでエラーは解決しました!
この行を省略すると、あなたと同じエラーが発生します:
ER_PARSE_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 'SELECT..