Mongodb: Actual error is “Insufficient free space for journal files“. Before discussing about the error, I will give you a short information about Mongodb. Mongodb is a free and open source software for platform document-oriented database. A document-oriented database is…
Tag: mongod
Backup and restore MySQL database table via commandline
Managing databases via Linux shell is not a big deal. And we all are familiar with MySQL databases backup and restoration via CLI (Command Line Interface) using mysqldump and mysql commands. This is explained here >> Managing MySQL database backup…