mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Update mariadb.markdown
This commit is contained in:
parent
073f8b61c7
commit
a1bfc0ae47
@ -18,7 +18,7 @@ Set up a [mariadb](https://mariadb.org/) SQL server. It support multible databas
|
||||
{
|
||||
"username": "hass",
|
||||
"host": "172.17.0.1",
|
||||
"password": null
|
||||
"password": "securePassword"
|
||||
}
|
||||
],
|
||||
"rights": [
|
||||
@ -51,5 +51,5 @@ Use the following configuration in Home Assistant to use the database above:
|
||||
|
||||
```yaml
|
||||
recorder:
|
||||
db_url: mysql://hass:password@127.0.0.1/homeassistant
|
||||
db_url: mysql://hass:securePassword@127.0.0.1/homeassistant
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user