Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit 58d40b65 authored by 65160246's avatar 65160246
Browse files

Edit server.js

parent 0034a4d1
No related branches found
No related tags found
No related merge requests found
......@@ -7,10 +7,10 @@ const app = express();
// การตั้งค่าการเชื่อมต่อกับฐานข้อมูล
const pool = mysql.createConnection({
host: 'localhost',
host: '11873',
user: 'root',
password: '',
database: 'proj'
password: 'KKBran84441',
database: 'proj3'
});
// ตั้งค่า view engine เป็น EJS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment