mysql 상위버젼에서 설치시 에러가 나네요.
schema.sql 의 139번줄
no int(11) default 0 not null auto_increment primary key,
을 아래와 같이 수정한 후 정상적으로 설치가 됩니다. default 0 을 삭제 하세요.
no int(11) not null auto_increment primary key,
schema.sql 의 139번줄
no int(11) default 0 not null auto_increment primary key,
을 아래와 같이 수정한 후 정상적으로 설치가 됩니다. default 0 을 삭제 하세요.
no int(11) not null auto_increment primary key,
'linux > temp' 카테고리의 다른 글
kernel 2.6.18.4 compile error (0) | 2007.03.16 |
---|---|
Geexbox Manual Installation (0) | 2007.03.16 |
web terminal connection error - mind term (0) | 2007.03.15 |
Linux Desktop Web mineterm(java) (0) | 2007.03.15 |
대표적인 ISP의 DNS 서버 주소 (0) | 2007.03.15 |