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