Enable multiple statements
This commit is contained in:
@@ -4,7 +4,8 @@ var connection = mysql.createConnection({
|
||||
user : 'root',
|
||||
password : 'asdf1239',
|
||||
database : 'smarthome',
|
||||
timezone : 'utc'
|
||||
timezone : 'utc',
|
||||
multipleStatements: true
|
||||
});
|
||||
|
||||
connection.connect(function(err) {
|
||||
|
||||
Reference in New Issue
Block a user