mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-21 20:31:02 +01:00
changed mysql zu mariadb
This commit is contained in:
parent
cc77575b1e
commit
d7afa04bf3
@ -25,7 +25,7 @@ Configure the role by setting the required variables. These can be set in the pl
|
|||||||
|
|
||||||
## Execute SQL commands
|
## Execute SQL commands
|
||||||
```bash
|
```bash
|
||||||
docker exec -it central-mariadb mysql -u root -p
|
docker exec -it central-mariadb mariadb -u root -p
|
||||||
```
|
```
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
Loading…
Reference in New Issue
Block a user