Skip to content

Commit ba3ff3b

Browse files
VDRainerfabaff
authored andcommitted
Fixed MS SQL Server connection string (home-assistant#3881)
* Fixed MS SQL Server connection string https://community.home-assistant.io/t/holy-cow-ms-sql-server-recorder-creates-tables-in-master-db/30462 * Update recorder.markdown
1 parent 045c032 commit ba3ff3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/recorder.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ action:
113113
| MySQL (pymysql) | `mysql+pymysql://user:password@SERVER_IP/DB_NAME` |
114114
| PostgreSQL | `postgresql://SERVER_IP/DB_NAME` |
115115
| PostgreSQL | `postgresql://scott:tiger@SERVER_IP/DB_NAME` |
116-
| MS SQL Server | `mssql+pymssql://user:pass@SERVER_IP/?charset=utf8` |
116+
| MS SQL Server | `mssql+pymssql://user:pass@SERVER_IP/DB_NAME?charset=utf8` |
117117

118118
## {% linkable_title Installation notes %}
119119

0 commit comments

Comments
 (0)