

I needed to add TCP port 22 to allow MySql remote connections from MySQL workbench, I also added TCP port 27017 to be exposed to my Local IP address alone. #Lastly, Make sure both MongoDB and MariaDB, start when the system reboots use the followingĬonnection to MySQL and MongoDB Remote: Configuring Security Groups/ Remote Applications #find bindIp change localhost IP 127.0.0.1 to 0.0.0.0 to open to world # I received systemmd so we commence with the following lines of code to start the database #to see what method to launch MongoDB run the following #Copy and paste the following into the file: !! copy and paste doesn't preserve line breaks in Nano GUI Password: test Installation of MongoDB #MongoDB installation #Run the following commands to start the installation # Found Mysql version as seen below, mysql has forked to open source mariadb for Linux AMI EC2įound: mariadb.x86_64 : A community developed branch of MySQL To Begin I launched T.2 Micro Linux AMI Instance and installed Mysql along with MongoDB, the CLI commands can be seen below Installation of MySQL $ sudo yum update
Mongodb compass dark theme install#
I was recently given a data Challenge to complete, I was tasked to use python to install and configure multiple databases and perform an ETL pipeline between both.
