|
1 yıl önce | |
---|---|---|
.. | ||
file | 1 yıl önce | |
nats-bus | 1 yıl önce | |
static | 1 yıl önce | |
app.yaml | 1 yıl önce | |
copter-train.exe | 1 yıl önce | |
readme.md | 1 yıl önce | |
start.bat | 1 yıl önce | |
stop.bat | 1 yıl önce |
mongodb-windows-x86_64-4.4.27-signed.msi
题库管理:选择、判断、实操(客户端预设)
use admin;
db.createUser({user:"admin",pwd:"admin123",roles:[{"role":"userAdminAnyDatabase","db":"admin"}]});
db.auth("admin","admin123");
db.createUser({user:"root",pwd:"copter-train-8888",roles:["dbOwner"]});
创建默认管理员账号 MONGO_MIGRATION: mongo-migrations==mongodb://root:copter-train-8888@127.0.0.1:27017/copter?authSource=admin
go build -ldflags -H=windowsgui .