问题1,mysql中的索引和MyISAM或InnoDB有什么关系?
无关系  
问题2,我create index建的是上述哪两种类型的存储引擎。问题3,怎么使用 MyISAM和InnoDB 这两种存储引擎
建表的时候指定 create table t1(a int)engine=innodb;