|
hai 1 ano | |
---|---|---|
FuzzScene | hai 1 ano | |
client @ 5d72b74d4e | hai 1 ano | |
mysql | hai 1 ano | |
server @ 808af53440 | hai 1 ano | |
.gitignore | hai 1 ano | |
.gitmodules | hai 1 ano | |
FuzzScene.zip | hai 1 ano | |
README-DEPLOY.md | hai 1 ano | |
README.md | hai 1 ano | |
deployments.yaml | hai 1 ano | |
docker-compose.yml | hai 1 ano | |
k8s.sh | hai 1 ano | |
mdeployments.yaml | hai 1 ano |
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