How to connect Robomongo to MongoDB

I was able to connect Robomongo to a remote instance of MongoDB running on Mongo Labs using the connection string as follows: Download the latest version of Robomongo. I downloaded 0.9 RC6 from here. From the connection string, populate the server address and port numbers as follows. Populate DB name and username and password as … Read more

How to install Robomongo from tar.gz file as a program in Ubuntu 15.10

Robomongo is now Robo 3T. Following are the updated steps: Download the tar file from robomongo site. The current file is robo3t-1.1.1-linux-x86_64-c93c6b0.tar.gz, but yours could be different. Open up the terminal, switch to download directory and run the following commands: $ tar -xvzf robo3t-1.1.1-linux-x86_64-c93c6b0.tar.gz $ sudo mkdir /usr/local/bin/robomongo $ sudo mv robo3t-1.1.1-linux-x86_64-c93c6b0/* /usr/local/bin/robomongo $ cd … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)