mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 01:46:50 +00:00
Update mariadb.markdown
This commit is contained in:
parent
75f8081402
commit
18c209afaa
@ -9,7 +9,7 @@ sharing: true
|
|||||||
footer: true
|
footer: true
|
||||||
---
|
---
|
||||||
|
|
||||||
Set up a [mariadb](https://mariadb.org/) SQL server. It support multible database, users and permission.
|
Set up a [mariadb](https://mariadb.org/) SQL server. It support multible database, users and permission. If you want only connect from inside use `172.17.0.1` as host address.
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
@ -17,14 +17,14 @@ Set up a [mariadb](https://mariadb.org/) SQL server. It support multible databas
|
|||||||
"logins": [
|
"logins": [
|
||||||
{
|
{
|
||||||
"username": "hass",
|
"username": "hass",
|
||||||
"host": "localhost",
|
"host": "172.17.0.1",
|
||||||
"password": null
|
"password": null
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"rights": [
|
"rights": [
|
||||||
{
|
{
|
||||||
"username": "hass",
|
"username": "hass",
|
||||||
"host": "localhost",
|
"host": "172.17.0.1",
|
||||||
"database": "homeassistant",
|
"database": "homeassistant",
|
||||||
"grant": "ALL PRIVILEGES ON"
|
"grant": "ALL PRIVILEGES ON"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user