dataset/seed/mariadb/README.md

50 lines
980 B
Markdown
Raw Normal View History

2022-12-24 13:01:51 +01:00
---
gitea: none
include_toc: true
---
# mariadb
2023-08-02 09:26:54 +02:00
## Synopsis
2022-12-24 13:01:51 +01:00
MariaDB, a relational database.
2023-08-10 21:55:46 +02:00
[Software's website.](https://mariadb.org/)
2022-12-24 13:01:51 +01:00
2023-08-02 09:26:54 +02:00
## Requirements services
2023-08-01 15:13:17 +02:00
2023-08-02 09:26:54 +02:00
- **LocalDNS**
- Journald
2023-08-01 15:13:17 +02:00
2023-08-02 09:26:54 +02:00
**bold**: provider is mandatory
2023-08-01 15:13:17 +02:00
2023-08-02 09:26:54 +02:00
## Example
2023-08-01 15:13:17 +02:00
2023-08-02 09:26:54 +02:00
Zone names are provided as examples. Think about adapting with the value of provider_zone in configuration file.
2023-08-01 15:13:17 +02:00
```
mariadb:
applicationservice: mariadb
provider_zone: mariadb
zones_name:
- localdns
```
2022-12-24 13:01:51 +01:00
## Dependances
- [base-fedora-36](../base-fedora-36/README.md)
- [base-fedora](../base-fedora/README.md)
- [systemd](../systemd/README.md)
- [base-machine](../base-machine/README.md)
- [base](../base/README.md)
- [dns-local](../dns-local/README.md)
2023-02-14 14:24:16 +01:00
- [pki-tls](../pki-tls/README.md)
2023-06-29 18:56:46 +02:00
- [journald](../journald/README.md)
2023-07-31 18:41:59 +02:00
- [resolved](../resolved/README.md)
2022-12-24 13:01:51 +01:00
2023-01-18 09:19:37 +01:00
## Supplier
2022-12-24 13:01:51 +01:00
2023-01-18 09:19:37 +01:00
[mariadb-client](../mariadb-client/README.md)
2023-02-14 14:43:41 +01:00
[All applications services for this dataset.](../README.md)