Skip to content

Commit

Permalink
Merge pull request #104 from mossroy/update-README-MySQL
Browse files Browse the repository at this point in the history
Update MySQL section of the README
  • Loading branch information
atkrad authored Oct 20, 2022
2 parents 175c7dd + 73a6c23 commit c2c1d8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,11 +201,12 @@ wait4x redis redis://127.0.0.1:6379 --expect-key "FOO=^b[A-Z]r$"

```shell
# Checking MySQL TCP connection
wait4x mysql user:password@tcp(localhost:5555)/dbname?tls=skip-verify
wait4x mysql user:password@tcp(localhost:5555)/dbname

# Checking MySQL UNIX Socket connection
wait4x mysql username:password@unix(/tmp/mysql.sock)/myDatabase
```
Syntax for the database connection string: https://github.com/go-sql-driver/mysql#dsn-data-source-name

### PostgreSQL

Expand Down

0 comments on commit c2c1d8a

Please sign in to comment.