@echo off D: cd D:/Program/Development/Environment/phpstudy_pro/Extensions/MySQL8.0.12/bin mysql -hlocalhost -uroot -proot neteasemusic use neteasemusic; source D:/sql_export/artist/artist_0000.sql source D:/sql_export/artist/artist_0001.sql source D:/sql_export/artist/artist_0002.sql source D:/sql_export/artist/artist_0003.sql source D:/sql_export/artist/artist_0004.sql source D:/sql_export/artist/artist_0005.sql source D:/sql_export/artist/artist_0006.sql source D:/sql_export/artist/artist_0007.sql source D:/sql_export/artist/artist_0008.sql source D:/sql_export/artist/artist_0009.sql source D:/sql_export/artist/artist_0010.sql source D:/sql_export/artist/artist_0011.sql source D:/sql_export/artist/artist_0012.sql source D:/sql_export/artist/artist_0013.sql source D:/sql_export/artist/artist_0014.sql source D:/sql_export/artist/artist_0015.sql echo done.