1. 현상
ERROR 1064 (42000) at line 11: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=InnoDB' at line
2. 해결방법
TYPE=INNODB -> Engine=InnoDB
3. 기타
- TYPE 에서 Engine 으로 변경 건이 많을 경우 vi 에서는 :%s/TYPE=/Engine=/c 로 작업을 편하게 할 수 있음.끝.