Skip to content

Commit

Permalink
Update mysql.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasburk committed Jul 30, 2019
1 parent 5d2588d commit 8957313
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/core/connectors/mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ MySQL offers two styles of connection strings:

See the [official documentation](https://dev.mysql.com/doc/refman/8.0/en/connecting-using-uri-or-key-value-pairs.html) for details.

The Rust implementation for MySQL accepts connection strings, but it does not seem to follow the official [MySQL standard](https://dev.mysql.com/doc/refman/8.0/en/connecting-using-uri-or-key-value-pairs.html#connection-parameters). Basic connection strings should just work though for Prisma.

### Configuration options

- `host`: The IP address/domain of your database server, e.g. `localhost`.
Expand Down

0 comments on commit 8957313

Please sign in to comment.