let host = "localhost";
let port = "3306";
let db_name = "pip";
let user = "root";
let password = "";