Convert from MySQL MyISAM to InnoDB tables jira, confluence 등 업데이트 할경우 5버전 이전까지는 mysql, myisam 등을 지원 했지만5.1.4버전 이후로 innodb 만을 지원한다. innoDB 로 변경을 하기위해서는http://confluence.goldpitcher.co.kr/display/GPCONF/Convert+from+MySQL+MyISAM+to+InnoDB+tables참고를 하면 된다. 솔찍히 여러번 해봤지만 안된데 ㅡ,ㅡ;; 젠장;;; 그래서 다른 방법을 찾았다. 우선 현재 사용하고 있는 시스템에서 mysql 백업을 한후 # sed -e 's/ENGINE=MyISAM/Engine=InnoDb/g' backup_db.sql > innodb..