From fd5be1e5a357e8818e923927141358b56afa1650 Mon Sep 17 00:00:00 2001 From: Anuraag Agrawal Date: Fri, 24 Jan 2025 17:04:29 +0900 Subject: [PATCH] Drift --- example/extension/sqlinject/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/extension/sqlinject/README.md b/example/extension/sqlinject/README.md index 8ff2a7aa..9d6295b9 100644 --- a/example/extension/sqlinject/README.md +++ b/example/extension/sqlinject/README.md @@ -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: