Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 476 Bytes

File metadata and controls

7 lines (7 loc) · 476 Bytes

PHP Convert MYSQL MyISAM to InnoDB

This script will change all the table engine types for a given database! All the DB tools I have (GNU/freeware) will not change a list of database types, so this script saves time when a CMS or other populates a database with tables we cannot use! This can be migrated to InnoDB by changing line 17, col 37 from MyISAM to InnoDB (double check the capitals there!). Change these variables relative: server, username, password, database