#!/usr/bin/perl foreach (<>) { chomp; s/ENGINE=MyISAM/ENGINE=InnoDB/; print $_."\n"; }