Docs: Update connection string refs for MySQL

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10895
GitOrigin-RevId: a345f8dce2facd7f4aa09cf477f5844b9e6ffcbc
This commit is contained in:
Rob Dominguez 2024-06-22 06:37:20 -05:00 committed by hasura-bot
parent 7aef8f7102
commit d29803d03a
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ jdbc:mysql://localhost:4533/mysqltest?user=abc&password=pqr # assuming My
```
For more information see
[MySQL Connection URL syntax](https://dev.mysql.com/doc/connector-j/8.0/en/connector-j-reference-jdbc-url-format.html).
[MySQL Connection URL syntax](https://dev.mysql.com/doc/connector-j/en/connector-j-reference-jdbc-url-format.html).
Click `Connect Database`.

View File

@ -180,7 +180,7 @@ jdbc:mysql://localhost:4533/mysqltest?user=abc&password=pqr # assuming My
```
For more information see
[MySQL Connection URL syntax](https://dev.mysql.com/doc/connector-j/8.0/en/connector-j-reference-jdbc-url-format.html).
[MySQL Connection URL syntax](https://dev.mysql.com/doc/connector-j/en/connector-j-reference-jdbc-url-format.html).
Click `Connect Database`.