<< Click to Display Table of Contents >> Raynet One Data Hub > 14.0 > Installation Guide > Data Hub > Windows > MariaDB Setup of Docker and MariaDB |
If there already exists an existing MariaDB server, jump to step 3.
1.Open the CMD and pull the MariaDB Docker container.
Example:
docker run --detach --name some-mariadb --env MARIADB_USER=example-user --env MARIADB_PASSWORD=my_cool_secret --env MARIADB_ROOT_PASSWORD=my-secret-pw mariadb:latest
Be aware: Remember to edit the variables! |
2.Connect the container.
3.Create a new database with the name "RayVentoryDataHub".