I have a mysql dump that I want to import using the mysql command 'source file.sql'. However, I just read that is not supported by Perl DBI... sigh.
So, aside from writing my own parser for sql scripts, is there a less painful way?
Note that something like system('mysql < file.sql') works, but it's not an ideal way to capture mysql warnings/errors.
thanksIn reply to Perl DBI MySQL source command... by SleepyJay
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |