初始化用户注册

This commit is contained in:
luchenqun 2017-02-06 13:39:00 +08:00
parent 24019963cf
commit 105b25d70f
1 changed files with 2 additions and 2 deletions

View File

@ -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