Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit f57e233d authored by 65160112's avatar 65160112
Browse files

Update file db.js

parent ff90c697
Branches
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ const mysql = require('mysql2');
const db = mysql.createConnection({
host: 'node77557-projectcloud1.th2.melon.cloud',
port: '11330',
port: '3306',
user: 'root',
password: 'ILPevb21610', // ถ้ามีรหัสผ่านจาก XAMPP ให้ใส่
database: 'ithub' // ชื่อฐานข้อมูลที่สร้างใน phpMyAdmin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment