in reply to Import dump file into mysql DB using DBI
You are sending multiple statements to MySQL and it seems that it does not like this. I often use $/ = ");\n" to read in a MySQL dump and feed it to a database statement by statement with little overhead.
|
|---|