Friday, July 3, 2020

mongo dump restore

Following is the command for the restore of mongo database 

 mongorestore -u username -p password --host localhost --authenticationDatabase databasename -d /tmp/mongobkp/


How to solve mysql ERROR 1118 (42000) Row size too large

  I had this issue with MYSQL 5.7 . The following worked althoug...