in reply to Re^2: Import dump file into mysql DB using DBI
in thread Import dump file into mysql DB using DBI

You can always do a system "mysql $connection_data < $sql_file" (assuming that the mysql client is installed on the machine where the script is running)