NodeBB 筆記
mongo -u admin -p 密碼 --authenticationDatabase=admin
use nodebb
db.dropDatabase();
config.json 存在的話重新 ./nodebb setup 不能設定管理員密碼,他會隨機給你一個
Last updated
Was this helpful?
mongo -u admin -p 密碼 --authenticationDatabase=admin
use nodebb
db.dropDatabase();
config.json 存在的話重新 ./nodebb setup 不能設定管理員密碼,他會隨機給你一個
Last updated
Was this helpful?