MysqL -uuser -ppassword database < script.sql
你能用mongoDB做到这一点吗?
干杯
EEF
$echo "print('hello');" > test.js $./mongo test.js MongoDB shell version: 1.3.2- url: test connecting to: test hello
如果需要像上面的示例中那样指定特定的数据库,用户名或密码,则可以使用普通的mongo命令行参数.