config.js
334 Bytes
var mysql = require('mysql');
connection = mysql.createConnection({
//host: '1.201.142.243',
//user: 'khuloud',
//port: 3306,
//password: 'password1234',
//database: 'khuloud',
//connectionLimit: 30
host: 'localhost',
user: 'root',
port: 3306,
password: '1234',
database: 'temp'
});