Mongodb script creates table structure

recently learned about node on mdn, ide/Express_Nodejs/mongoose-sharp%E6%B5%8B%E8%AF%95_%E2%80%94_%E5%88%9B%E5%BB%BA%E4%B8%80%E4%BA%9B%E9%A1%B9%E7%9B%AE" rel=" nofollow noreferrer "> link there was a problem in creating a table structure. Running directly on the command line will report an error, as if caused by the & character in url, and the subsequent arguments are not recognized correctly. I wonder if there is a way to run the creation script provided in the tutorial through a tool like robo. Or is there any other way to run the script provided by mdn. Thank you

Dec.13,2021

enclose the mongodb:// string in quotation marks.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b348fa-342ee.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b348fa-342ee.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?