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