@@ -0,0 +1,12 @@
const db = {};
//import { createPool } from "mysql2";
const createPool = require('mysql2');
db.pool = createPool({
host: 'localhost',
user: 'admin',
password: 'Dx.1706%',
port: 3306,
database: 'zuba'
});
module.exports = db;
The note is not visible to the blocked user.