mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 13:56:53 +00:00
Update the charset in some of the example recorder urls to utf8mb4 (#15849)
These were missed when the rest of the urls were updated to `utf8mb4`
This commit is contained in:
parent
ee45b0ae9b
commit
35907b4c30
@ -234,7 +234,7 @@ Note that purging will not immediately decrease disk space usage but it will sig
|
||||
|
||||
<div class='note'>
|
||||
|
||||
Some installations of MariaDB/MySQL may require an ALTERNATE_PORT (3rd-party hosting providers or parallel installations) to be added to the SERVER_IP, e.g., `mysql://user:password@SERVER_IP:ALTERNATE_PORT/DB_NAME?charset=utf8`.
|
||||
Some installations of MariaDB/MySQL may require an ALTERNATE_PORT (3rd-party hosting providers or parallel installations) to be added to the SERVER_IP, e.g., `mysql://user:password@SERVER_IP:ALTERNATE_PORT/DB_NAME?charset=utf8mb4`.
|
||||
|
||||
</div>
|
||||
|
||||
@ -367,6 +367,6 @@ You will also need to install an ODBC Driver. Microsoft ODBC drivers are recomme
|
||||
|
||||
<div class='note'>
|
||||
|
||||
If you are using Hass.io, FreeTDS is already installed for you. The db_url you need to use is `mssql+pyodbc://username:password@SERVER_IP/DB_NAME?charset=utf8;DRIVER={FreeTDS};Port=1433;`.
|
||||
If you are using Hass.io, FreeTDS is already installed for you. The db_url you need to use is `mssql+pyodbc://username:password@SERVER_IP/DB_NAME?charset=utf8mb4;DRIVER={FreeTDS};Port=1433;`.
|
||||
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user