Skip to content

MySQL: Converting all tables in all databases from MyISAM to InnoDB

Notifications You must be signed in to change notification settings

lukapaunovic/convert-to-innodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

MySQL: Converting all tables in all databases from MyISAM to InnoDB

My fork is a multi-threaded version of this script for faster usage on multi-core machines.

If you have plenty of databases with tables in MyISAM format which you'd like to convert to InnoDB, here is a bash script which will do it.

The script only converts MyISAM tables, and will not re-convert already existing InnoDB tables.

Based on: https://lxadm.com/MySQL:_Converting_all_tables_in_all_databases_from_MyISAM_to_InnoDB

About

MySQL: Converting all tables in all databases from MyISAM to InnoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages