comentario en ingles
This commit is contained in:
parent
1e28f94293
commit
160f7d2a5c
|
@ -12,7 +12,7 @@ async function connect() {
|
|||
|
||||
const mysql = require("mysql2/promise");
|
||||
const connection = await mysql.createConnection("mysql://" + user + ":" + password + "@" + host + ":" + port + "/" + database + "");
|
||||
console.log("Conectou no MySQL!");
|
||||
console.log("Connected to MySQL!");
|
||||
global.connection = connection;
|
||||
return connection;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue