Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jiu33 authored May 31, 2024
1 parent 038835c commit 688c515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/mysql2/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
onst mysql = require('mysql2');
const mysql = require('mysql2');

const connection = mysql.createConnection({
host: '127.0.0.1', // OceanBase服务器地址
Expand Down

0 comments on commit 688c515

Please sign in to comment.