|
|
vor 2 Jahren | |
|---|---|---|
| FuzzScene | vor 2 Jahren | |
| client @ 5d72b74d4e | vor 2 Jahren | |
| mysql | vor 2 Jahren | |
| server @ 808af53440 | vor 2 Jahren | |
| .gitignore | vor 2 Jahren | |
| .gitmodules | vor 2 Jahren | |
| FuzzScene.zip | vor 2 Jahren | |
| README-DEPLOY.md | vor 2 Jahren | |
| README.md | vor 2 Jahren | |
| deployments.yaml | vor 2 Jahren | |
| docker-compose.yml | vor 2 Jahren | |
| k8s.sh | vor 2 Jahren | |
| mdeployments.yaml | vor 2 Jahren |
create database test;
CREATE USER 'test'@'%' IDENTIFIED BY 'test';
grant all privileges on test.* to 'test'@'%';
use test;
source mysql/springboot.sql;
minikube mount E:\project\mooctest\vehicle-crowdsourcing\FuzzsSceneSimTest\mysql:/home/fuzzs-scene-sim-test/mysql
minikube start --mount-string E:\project\mooctest\vehicle-crowdsourcing\FuzzsSceneSimTest\mysql:/home/fuzzs-scene-sim-test/mysql --mount