This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 1bc7d63cab docs: Show clickable link instead of code-formatting 
(#23835)
1bc7d63cab is described below

commit 1bc7d63cab3d7a52a221a55b233bbb468e351fef
Author: Evan Rusackas <[email protected]>
AuthorDate: Sun Jun 18 12:40:34 2023 -0600

    docs: Show clickable link instead of code-formatting (#23835)
    
    Co-authored-by: P M <[email protected]>
---
 docs/docs/databases/mysql.mdx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/docs/databases/mysql.mdx b/docs/docs/databases/mysql.mdx
index e784321515..651721602f 100644
--- a/docs/docs/databases/mysql.mdx
+++ b/docs/docs/databases/mysql.mdx
@@ -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}

Reply via email to