Mysql
 sql >> Database >  >> RDS >> Mysql

node-mysql:query multiple di istruzioni, ER_PARSE_ERROR

Proverei a impostare le opzioni nel tuo oggetto config.databaseOptions, ad esempio

const config = {
    databaseOptions: {
        host: "some_host",
        user: "some_user",
        password: "some_pw",
        database: "some_db",
        multipleStatements: true
    }
}

Oppure prova:

config.databaseOptions.multipleStatements = true;

prima di creare la piscina.

Questo risolve l'errore per me!

Se ometto questa riga, ottengo il tuo stesso errore:

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..