We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 045c032 commit ba3ff3bCopy full SHA for ba3ff3b
source/_components/recorder.markdown
@@ -113,7 +113,7 @@ action:
113
| MySQL (pymysql) | `mysql+pymysql://user:password@SERVER_IP/DB_NAME` |
114
| PostgreSQL | `postgresql://SERVER_IP/DB_NAME` |
115
| PostgreSQL | `postgresql://scott:tiger@SERVER_IP/DB_NAME` |
116
-| MS SQL Server | `mssql+pymssql://user:pass@SERVER_IP/?charset=utf8` |
+| MS SQL Server | `mssql+pymssql://user:pass@SERVER_IP/DB_NAME?charset=utf8` |
117
118
## {% linkable_title Installation notes %}
119
0 commit comments