Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Batch database creation

by alexm (Chaplain)
on Aug 10, 2008 at 20:30 UTC ( [id://703469]=note: print w/replies, xml ) Need Help??


in reply to Batch database creation

local $/; $sql_dump = <$source>;

SQL dumps are usually very large, so slurping the whole dump in memory doesn't seem the right thing to do.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://703469]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (3)
As of 2024-03-29 05:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found