Skip to content

Commit 31599d2

Browse files
authored
Fix Nodejs mysql-raw.js (#9184)
1 parent 723dd6e commit 31599d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/JavaScript/nodejs/handlers/mysql-raw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const h = require('../helper');
22
const async = require('async');
3-
const mysql = require('mysql');
3+
const mysql = require('mysql2');
44
const connection = mysql.createConnection({
55
host: 'tfb-database',
66
user: 'benchmarkdbuser',

0 commit comments

Comments
 (0)