Skip to content

Commit 65ab581

Browse files
committed
fix MicrosoftDocs/azure-docs#52970
1 parent 8cca186 commit 65ab581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/mysql/howto-configure-ssl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ conn = pymysql.connect(user='myadmin@mydemoserver',
9898
password='yourpassword',
9999
database='quickstartdb',
100100
host='mydemoserver.mysql.database.azure.com',
101-
ssl={'ssl': {'ca': '/var/www/html/BaltimoreCyberTrustRoot.crt.pem'}})
101+
ssl={'ca': '/var/www/html/BaltimoreCyberTrustRoot.crt.pem'})
102102
```
103103

104104
### Django (PyMySQL)

0 commit comments

Comments
 (0)