Update db.js

This commit is contained in:
LuChenQun 2019-06-11 17:05:21 +08:00 committed by GitHub
parent 784658fe56
commit 6103281120
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
var mysql = require('mysql'); var mysql = require('mysql');
var dbConfig = { var dbConfig = {
host: '127.0.0.1', host: '127.0.0.1',
user: 'lcq', // mysql的账号 user: 'test', // mysql的账号
password: 'fendoubuxi596320', // mysql 的密码 password: '123456', // mysql 的密码
database: 'mybookmarks', database: 'mybookmarks',
multipleStatements: true, multipleStatements: true,
useConnectionPooling: true, useConnectionPooling: true,