oneliner speedup
for table in
mysql more_power -e "show tables;"|grep -v "\-\-\-"|grep -v ^T; do mysql more_power -e "ALTER TABLE $table ENGINE=InnoDB;"; done
for table in
mysql more_power -e "show tables;"|grep -v "\-\-\-"|grep -v ^T; do mysql more_power -e "ALTER TABLE $table ENGINE=InnoDB;"; done
Comments