MySQL转储 创建MySQL数据库的备份。 安装 $ npm install mysqldump 如果您在打字稿中使用此软件包,则还应该 $ npm install @types/node 用法 import mysqldump from 'mysqldump' ; // or const mysqldump = require('mysqldump') // dump the result straight to a file mysqldump ( { connection : { host : 'localhost' , user : 'ro