configs/mysql.js var mysql = require('mysql'); const pool = mysql.createPool({ connectionLimit: 10, host: 'localhost', user: 'user', password: 'user', ...
確定! 回上一頁