how to install mongodb in android. all problem solved.

Published: 05 August 2023
on channel: Coding Destro
1,196
17

Errorless MongoDB installation in UserLand.
commands

---------------------
sudo apt update
sudo apt-get install wget curl git vim software-properties-common gnupg

curl -fsSL https://pgp.mongodb.com/server-6.0.asc | \
sudo gpg -o /usr/share/keyrings/mongodb-server-6.0.gpg \
--dearmor

echo "deb [ arch=amd64,arm64 signed-by=/usr/share/keyrings/mongodb-server-6.0.gpg ] https://repo.mongodb.org/apt/ubuntu jammy/mongodb-org/6.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-6.0.list

sudo apt-get update

sudo apt-get install -y mongodb-org

------ after installation -----
create a folder for database

-------commands------
mkdir mydb

mongod --dbpath mydb

//open new session and connect

mongosh


------------------------------

please subscribe, like, and share the video
thanks for watching my videos


Watch video how to install mongodb in android. all problem solved. online without registration, duration hours minute second in high quality. This video was added by user Coding Destro 05 August 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 1,196 once and liked it 17 people.