Help for this page

Select Code to Download


  1. or download this
    perl -MDBI -le '$d=DBI->connect("DBI:mysql:database=test;host=localhos
    +t","test",""); print "ok"'
    
  2. or download this
    export VERSIONER_PERL_PREFER_32_BIT=no
    
  3. or download this
    1. upgraded from macosx 10.5 to 10.6, causing upgrade from perl 5.8.8 
    +to 5.10.0, and therefore...
    2. had to "mysqldump --database each_db_needed | gzip > each_db_needed
    +.dump.gz
    ...
    8. install DBD::mysql (by hand -- for some reason, 'testuser' needed t
    +weaking)
    9. add 'export VERSIONER_PERL_PREFER_32_BIT=no' to my .bashrc
    10. hope that step 9 doesn't break lots of other stuff...