Help for this page

Select Code to Download


  1. or download this
    [mysqld]
    log-update
    log-long-format
    
  2. or download this
    # Time: 011206  9:47:01
    # User@Host: john[john] @  [10.10.10.112]
    INSERT INTO official_holidays (OHDate,OHName) VALUES ( "2000/01/01" , 
    +"New Years Day");
    
  3. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
            }
            print if $start_copy;
    }