From ba3ff3bd0a548f37945855f859c6d57c9ab29861 Mon Sep 17 00:00:00 2001 From: VDRainer <26381449+VDRainer@users.noreply.github.com> Date: Fri, 3 Nov 2017 23:56:02 +0100 Subject: [PATCH] Fixed MS SQL Server connection string (#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 --- source/_components/recorder.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/recorder.markdown b/source/_components/recorder.markdown index 49117b4974e..e4fbca17b5f 100644 --- a/source/_components/recorder.markdown +++ b/source/_components/recorder.markdown @@ -113,7 +113,7 @@ action: | MySQL (pymysql) | `mysql+pymysql://user:password@SERVER_IP/DB_NAME` | | PostgreSQL | `postgresql://SERVER_IP/DB_NAME` | | PostgreSQL | `postgresql://scott:tiger@SERVER_IP/DB_NAME` | -| MS SQL Server | `mssql+pymssql://user:pass@SERVER_IP/?charset=utf8` | +| MS SQL Server | `mssql+pymssql://user:pass@SERVER_IP/DB_NAME?charset=utf8` | ## {% linkable_title Installation notes %}