1 2 3 4 5 6 7 8 9 10 11//θΏζ₯ζ± var mysql = require('mysql'); var pool = mysql.createPool({ host: '120.27.112.12', user: 'nodejs', password: 'nodejs', database:'nodejs', port: 3306 }); module.exports = pool;
1 2 3 4 5 6 7 8 9 10 11
//θΏζ₯ζ± var mysql = require('mysql'); var pool = mysql.createPool({ host: '120.27.112.12', user: 'nodejs', password: 'nodejs', database:'nodejs', port: 3306 }); module.exports = pool;