Update recorder.markdown (#4321)
https://community.home-assistant.io/t/error-during-query-latin-1-codec-cant-encode-character/13630 - Better safe than sorry. Might as well always put this parameter in.
This commit is contained in:
parent
2ad2ebce8f
commit
07d4f48dcc
1 changed files with 7 additions and 7 deletions
|
@ -105,12 +105,12 @@ action:
|
||||||
| Database engine | `db_url` |
|
| Database engine | `db_url` |
|
||||||
| :---------------|:---------------------------------------------------------|
|
| :---------------|:---------------------------------------------------------|
|
||||||
| SQLite | `sqlite:///PATH/TO/DB_NAME` |
|
| SQLite | `sqlite:///PATH/TO/DB_NAME` |
|
||||||
| MariaDB | `mysql://SERVER_IP/DB_NAME` |
|
| MariaDB | `mysql://SERVER_IP/DB_NAME?charset=utf8` |
|
||||||
| MariaDB | `mysql://user:password@SERVER_IP/DB_NAME` |
|
| MariaDB | `mysql://user:password@SERVER_IP/DB_NAME?charset=utf8` |
|
||||||
| MySQL | `mysql://SERVER_IP/DB_NAME` |
|
| MySQL | `mysql://SERVER_IP/DB_NAME?charset=utf8` |
|
||||||
| MySQL | `mysql://user:password@SERVER_IP/DB_NAME` |
|
| MySQL | `mysql://user:password@SERVER_IP/DB_NAME?charset=utf8` |
|
||||||
| MySQL (pymysql) | `mysql+pymysql://SERVER_IP/DB_NAME` |
|
| MySQL (pymysql) | `mysql+pymysql://SERVER_IP/DB_NAME?charset=utf8` |
|
||||||
| MySQL (pymysql) | `mysql+pymysql://user:password@SERVER_IP/DB_NAME` |
|
| MySQL (pymysql) | `mysql+pymysql://user:password@SERVER_IP/DB_NAME?charset=utf8` |
|
||||||
| PostgreSQL | `postgresql://SERVER_IP/DB_NAME` |
|
| PostgreSQL | `postgresql://SERVER_IP/DB_NAME` |
|
||||||
| PostgreSQL | `postgresql://scott:tiger@SERVER_IP/DB_NAME` |
|
| PostgreSQL | `postgresql://scott:tiger@SERVER_IP/DB_NAME` |
|
||||||
| MS SQL Server | `mssql+pymssql://user:pass@SERVER_IP/DB_NAME?charset=utf8` |
|
| MS SQL Server | `mssql+pymssql://user:pass@SERVER_IP/DB_NAME?charset=utf8` |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue