Skip to content

Commit

Permalink
mysql default port is 3306 (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
SiddiqueAhmad committed Aug 29, 2023
1 parent 01c112e commit 9fe7085
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/integrations/mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ table formatter: https://codebeautify.org/markdown-formatter
### Example Import Command
```bash
synth import --from mysql://user:pass@localhost:5432/postgres --schema
synth import --from mysql://user:pass@localhost:3306/mysql --schema
main my_namespace
```

Expand All @@ -102,6 +102,6 @@ data and inserting it in the right order such that no constraints are violated.
### Example Generation Command

```bash
synth generate --to mysql://user:pass@localhost:5432/ --schema
synth generate --to mysql://user:pass@localhost:3306/ --schema
main my_namespace
```

0 comments on commit 9fe7085

Please sign in to comment.