Help for this page

Select Code to Download


  1. or download this
    
    DROP TABLE IF EXISTS `information`;
    ...
      `Cadar` varchar(20) DEFAULT NULL
    ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
    
  2. or download this
     open (FILE,"+<db_backup.sql") or die "Could not open file db_backup.s
    +ql, $!";
    open (RES,">result.sql");
    my $total = 0;
    ...
            $line =~ s/CREATE/\/*/g;
            print RES $line;
    }