解决 Error: Cannot enqueue Query after fatal error.
This commit is contained in:
parent
3330145bd8
commit
db28b597eb
|
|
@ -5,6 +5,7 @@ var dbConfig = {
|
|||
password: '123456', // mysql 的密码
|
||||
database: 'mybookmarks',
|
||||
multipleStatements: true,
|
||||
useConnectionPooling: true,
|
||||
port: 3306
|
||||
};
|
||||
var client = {}
|
||||
|
|
|
|||
Loading…
Reference in New Issue