error1 Specified key was too long (부제: mysql 인덱스 생성 힘드네) mysql에 테이블 생성하는데 에러가 발생 했다. 16:36:12 mysql_13306.sock > create table push_test -> (col1 bigint, -> col2 varchar(256), -> PRIMARY KEY (col1, col2));ERROR 1071 (42000): Specified key was too long; max key length is 767 bytes PK제약인가? 다시 생성 16:36:13 mysql_13306.sock > create table push_test -> (col1 bigint, -> col2 varchar(256), -> KEY push_test_idx01 (col1, col2));ERROR 1071 (42000): Specified key .. 2017. 6. 9. 이전 1 다음