http://www.perlmonks.org?node_id=230923


in reply to Re: using linux
in thread using linux

You might know already why "we're not dumping MySQL". It is because Everything is MySQL specific.

 
______crazyinsomniac_____________________________
Of all the things I've lost, I miss my mind the most.
perl -e "$q=$_;map({chr unpack qq;H*;,$_}split(q;;,q*H*));print;$q/$q;"

Replies are listed 'Best First'.
Re: Re: Re: using linux
by Anonymous Monk on Jan 29, 2003 at 12:57 UTC

    Which is an absolutely awful design decision, but that's another debate :-)

      how is that a bad decision? what alternatives do you suggest? mysql is certainly faster than slurping files.

        Think of DBI, a consistant interface so one can switch databases with minimum effort. Feel like Oracle one week? Postgre the next? That's how it should be designed.