Skip to content

Commit

Permalink
2023.05.20 PROTOCOL_PACKETS_OUT_OF_ORDER 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
SiHoonChris committed May 20, 2023
1 parent c0aa541 commit d62a331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/mysql.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const mysql = require('mysql');
require('dotenv').config();

const connection = mysql.createConnection({
const connection = mysql.createPool({
database: process.env.DB_DATABASE,
host: process.env.DB_HOST,
user: process.env.DB_USER,
Expand Down

0 comments on commit d62a331

Please sign in to comment.