Tôi sẽ thử đặt các tùy chọn trong đối tượng config.databaseOptions của bạn, ví dụ:
const config = {
databaseOptions: {
host: "some_host",
user: "some_user",
password: "some_pw",
database: "some_db",
multipleStatements: true
}
}
Hoặc chỉ cần thử:
config.databaseOptions.multipleStatements = true;
trước khi tạo nhóm.
Điều này giải quyết lỗi cho tôi!
Nếu tôi bỏ qua dòng này, tôi sẽ gặp lỗi giống như bạn:
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..