From: Larry Martell Date: September 26 2012 3:51pm Subject: checking progress of alter table on a MyISAM table List-Archive: http://lists.mysql.com/mysql/228270 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Is there any way to check on the progress of a long running alter table on a MyISAM table? I know it can be done with an InnoDB table, but I haven't found a way to do it on with a MyISAM table.