Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jiu33 authored May 31, 2024
1 parent 688c515 commit 00273ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions javascript/mysql2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ npm install mysql2
```

创建 [example.js](example.js) 文件
创建 [index.js](index.js) 文件

```
onst mysql = require('mysql2');
const mysql = require('mysql2');
const connection = mysql.createConnection({
host: '127.0.0.1', // OceanBase服务器地址
Expand Down

0 comments on commit 00273ca

Please sign in to comment.