Enable multiple statements

This commit is contained in:
2017-04-11 11:46:23 +02:00
parent ea7eecf3c6
commit 3340943f5e
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -4,7 +4,8 @@ var connection = mysql.createConnection({
user : 'root',
password : 'asdf1239',
database : 'smarthome',
timezone : 'utc'
timezone : 'utc',
multipleStatements: true
});
connection.connect(function(err) {