windows mysql导出文件方法C:\Program Files\MySQL\MySQL Server 8.0\bin> .\mysqldump -u root -p ${数据库名字} > test.sql;