Spróbowałbym ustawić opcje w twoim obiekcie config.databaseOptions, np.
const config = {
databaseOptions: {
host: "some_host",
user: "some_user",
password: "some_pw",
database: "some_db",
multipleStatements: true
}
}
Lub po prostu spróbuj:
config.databaseOptions.multipleStatements = true;
przed utworzeniem puli.
To rozwiązuje mój błąd!
Jeśli pominę ten wiersz, otrzymuję ten sam błąd co ty:
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..