|
|
il y a 2 ans | |
|---|---|---|
| FuzzScene | il y a 2 ans | |
| client @ 5d72b74d4e | il y a 2 ans | |
| server @ 808af53440 | il y a 2 ans | |
| .gitignore | il y a 2 ans | |
| .gitmodules | il y a 2 ans | |
| FuzzScene.zip | il y a 2 ans | |
| README-DEPLOY.md | il y a 2 ans | |
| README.md | il y a 2 ans | |
| deployments.yaml | il y a 2 ans | |
| docker-compose.yml | il y a 2 ans | |
| k8s.sh | il y a 2 ans | |
| mdeployments.yaml | il y a 2 ans |
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