Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create a database with robomongo?

I want to create a new database by using robomongo. Click "create database" then I write database name. when I click to create nothing happens.

What am I doing wrong?

like image 255
Ceren Avatar asked Feb 02 '15 09:02

Ceren


People also ask

How do I make a database in Robomongo?

click 'Save' and then connect using the connection you set up. right click on your connection and select 'Create Database'. type the name and you have your database. to add table (i.e. collection), expand your database and right click on 'Collections' > 'Create Collection...'.

How do I create a database in Robo 3T?

Creating the MongoDB Database in Robo 3T GUI To create a new MongoDB database, right-click on the New Connection and select Create Database in the pop-up menu. The “Create Database” window will appear asking the user to enter the desired database name in the “Database Name” field.


1 Answers

i've encountered this problem today with the same version of RoboMongo. The problem was that RoboMongo currently doesn't support MongoDB storages version 3.x. More about this topic is available on the Robomongo blog

New version of robomongo will be available on 17. January and mongo versions 3.x will be supported.

like image 150
Ivan Kvolik Avatar answered Oct 02 '22 09:10

Ivan Kvolik