필드추가방법에서 에러부분............. 정보
필드추가방법에서 에러부분.............본문
카이루님 의 필드추가 팁을 보고 해봤는데 잘 안되네요.
팁:
db_plus.php
<?
include_once("./_common.php");
include_once("./_head.php");
include_once("./_common.php");
include_once("./_head.php");
//wr_11 ~15필드 늘리기
sql_fetch(" alter table g4_write_테이블명 add wr_11 text ");
sql_fetch(" alter table g4_write_테이블명 add wr_12 text ");
sql_fetch(" alter table g4_write_테이블명 add wr_13 text ");
sql_fetch(" alter table g4_write_테이블명 add wr_14 text ");
sql_fetch(" alter table g4_write_테이블명 add wr_15 text ");
sql_fetch(" alter table g4_write_테이블명 add wr_11 text ");
sql_fetch(" alter table g4_write_테이블명 add wr_12 text ");
sql_fetch(" alter table g4_write_테이블명 add wr_13 text ");
sql_fetch(" alter table g4_write_테이블명 add wr_14 text ");
sql_fetch(" alter table g4_write_테이블명 add wr_15 text ");
include_once("./_tail.php");
?>
------------------------------------------------------------------------------------------------------------------------
보너스팩
보너스팩
반대로 삭제하기..
db_drop.php
<?
include_once("./_common.php");
include_once("./_head.php");
include_once("./_common.php");
include_once("./_head.php");
//wr_11 ~15필드 삭제하기
sql_fetch(" alter table g4_write_테이블명 drop wr_11 text ");
sql_fetch(" alter table g4_write_테이블명 drop wr_12 text ");
sql_fetch(" alter table g4_write_테이블명 drop wr_13 text ");
sql_fetch(" alter table g4_write_테이블명 drop wr_14 text ");
sql_fetch(" alter table g4_write_테이블명 drop wr_15 text ");
sql_fetch(" alter table g4_write_테이블명 drop wr_11 text ");
sql_fetch(" alter table g4_write_테이블명 drop wr_12 text ");
sql_fetch(" alter table g4_write_테이블명 drop wr_13 text ");
sql_fetch(" alter table g4_write_테이블명 drop wr_14 text ");
sql_fetch(" alter table g4_write_테이블명 drop wr_15 text ");
include_once("./_tail.php");
?>
위 내용을 저장한후
http://홈페이지/db_drop.php
http://홈페이지/db_drop.php
=========================================
그런데 테이블명을 바꿔서 실행을 하니
아래와 같은 에러가 납니다.
alter table g4_write_board1 add wr_11 text
1060 : Duplicate column name 'wr_11'
error file : /db_plus.php
=========================================
제일 손쉽게 필드 추가 방법이 어느것입니까?
고수님들 부탁드립니다.
수고하세요
댓글 전체
wr_11이 이미 있는것 아닌가요? 혹시 두번 실행시키셨다든가;; 영어가 짧아서리;;
그냥 phpMyAdmin같은걸로 디비 직접 손보시는게 정확하면서도 관리하기 편하든뎅...ㅎㅎ
그냥 phpMyAdmin같은걸로 디비 직접 손보시는게 정확하면서도 관리하기 편하든뎅...ㅎㅎ

2번 실행하신듯 합니다......한 게시판에 대해서....^^