Skip to content

Commit

Permalink
docs: Show clickable link instead of code-formatting (#23835)
Browse files Browse the repository at this point in the history
Co-authored-by: P M <10617122+pylipp@users.noreply.github.com>
  • Loading branch information
rusackas and pylipp committed Jun 18, 2023
1 parent 79a18d4 commit 1bc7d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/databases/mysql.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Host:
- For Docker running in OSX: `docker.for.mac.host.internal`
Port: `3306` by default

One problem with `mysqlclient` is that it will fail to connect to newer MySQL databases using `caching_sha2_password` for authentication, since the plugin is not included in the client. In this case, you should use `[mysql-connector-python](https://pypi.org/project/mysql-connector-python/)` instead:
One problem with `mysqlclient` is that it will fail to connect to newer MySQL databases using `caching_sha2_password` for authentication, since the plugin is not included in the client. In this case, you should use [mysql-connector-python](https://pypi.org/project/mysql-connector-python/) instead:

```
mysql+mysqlconnector://{username}:{password}@{host}/{database}
Expand Down

0 comments on commit 1bc7d63

Please sign in to comment.