Skip to content

Commit

Permalink
removed senstive info (#294)
Browse files Browse the repository at this point in the history
Co-authored-by: Anjanaa <ankr@paypal.com>
Co-authored-by: kreddylh <61084311+kreddylh@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 28, 2024
1 parent e0006cb commit be56736
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions udc/udc-serv/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@
```shell
docker pull mysql
docker rm mysql-standalone

docker run --name mysql-standalone -p 3306:3306 -e MYSQL_ROOT_PASSWORD= -e MYSQL_DATABASE=udc -e MYSQL_USER= -e MYSQL_PASSWORD= -d mysql:latest

docker exec -i mysql-standalone mysql -u -p udc < build/sql/udc_ddl.sql
```

Expand Down

0 comments on commit be56736

Please sign in to comment.