Skip to content

Commit

Permalink
Drift
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraaga committed Jan 24, 2025
1 parent ee1cbb8 commit fd5be1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/extension/sqlinject/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Users can get the `otel` according to [documentation](../../../README.md)

## Step2: Run the binary compiled by otel
```shell
docker run -d -p 3306:3306 -p 33060:33060 -e MYSQL_USER=test -e MYSQL_PASSWORD=test -e MYSQL_DATABASE=test -e MYSQL_ALLOW_EMPTY_PASSWORD=yes mysql:8.0.36
docker run -d -p 3306:3306 -p 33060:33060 -e MYSQL_USER=test -e MYSQL_PASSWORD=test -e MYSQL_DATABASE=test -e MYSQL_ALLOW_EMPTY_PASSWORD=yes mysql:8.0.36
./sqlinjectdemo
```
And the result will be:
Expand Down

0 comments on commit fd5be1e

Please sign in to comment.