解决 Error: Cannot enqueue Query after fatal error.

This commit is contained in:
luchenqun 2017-04-13 14:32:46 +08:00
parent 3330145bd8
commit db28b597eb
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ var dbConfig = {
password: '123456', // mysql 的密码
database: 'mybookmarks',
multipleStatements: true,
useConnectionPooling: true,
port: 3306
};
var client = {}