From 105b25d70fb90383f8afd47413a6835daa7d9434 Mon Sep 17 00:00:00 2001 From: luchenqun Date: Mon, 6 Feb 2017 13:39:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E6=B3=A8=E5=86=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- database/db.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/database/db.js b/database/db.js index 92fd4a3..7b7c01a 100644 --- a/database/db.js +++ b/database/db.js @@ -1,8 +1,8 @@ var mysql = require('mysql'); var client = mysql.createConnection({ host: '127.0.0.1', - user: 'lcq', - password: 'fendoubuxi596320', + user: 'test', // mysql的账号 + password: '123456', // mysql 的密码 database: 'mybookmarks', multipleStatements: true, port: 3306