1. PHPMIADMIN에서SQL을 선택후
2.INSERT INTO `gb_board` ( `bo_table` , `gr_id` , `bo_subject` , `bo_admin` , `bo_list_level` , `bo_read_level` , `bo_write_level` , `bo_reply_level` , `bo_comment_level` , `bo_upload_level` , `bo_notice_level` , `bo_html_level` , `bo_link_level` , `bo_use_category` , `bo_use_secret` , `bo_use_comment` , `bo_use_good` , `bo_use_nogood` , `bo_use_signature` , `bo_use_listview` , `bo_table_width` , `bo_subject_len` , `bo_page_rows` , `bo_new` , `bo_hot` , `bo_battle` , `bo_skin` , `bo_include_head` , `bo_include_tail` , `bo_content_head` , `bo_content_tail` , `bo_insert_content` , `bo_total_count` , `bo_gallery_width` , `bo_upload_size` )
VALUES (
'게시판아이디', '그룹아이디', '보드이름', '', 1, 1, 2, 1, 1, 3, 8, 3, 2, 1, 0, 1, 0, 0, 1, 0, 100, 40, 20, 24, 1000, 10, 'basic', '', '', '', '', '', 1, 4, 1
) 와 같이 실행한다.
3. 관리자모드 게시판관리에서 복구한 게시판을 선택 옵션들을 바꾸어 준다.
끝.
2.INSERT INTO `gb_board` ( `bo_table` , `gr_id` , `bo_subject` , `bo_admin` , `bo_list_level` , `bo_read_level` , `bo_write_level` , `bo_reply_level` , `bo_comment_level` , `bo_upload_level` , `bo_notice_level` , `bo_html_level` , `bo_link_level` , `bo_use_category` , `bo_use_secret` , `bo_use_comment` , `bo_use_good` , `bo_use_nogood` , `bo_use_signature` , `bo_use_listview` , `bo_table_width` , `bo_subject_len` , `bo_page_rows` , `bo_new` , `bo_hot` , `bo_battle` , `bo_skin` , `bo_include_head` , `bo_include_tail` , `bo_content_head` , `bo_content_tail` , `bo_insert_content` , `bo_total_count` , `bo_gallery_width` , `bo_upload_size` )
VALUES (
'게시판아이디', '그룹아이디', '보드이름', '', 1, 1, 2, 1, 1, 3, 8, 3, 2, 1, 0, 1, 0, 0, 1, 0, 100, 40, 20, 24, 1000, 10, 'basic', '', '', '', '', '', 1, 4, 1
) 와 같이 실행한다.
3. 관리자모드 게시판관리에서 복구한 게시판을 선택 옵션들을 바꾸어 준다.
끝.
|
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기
댓글 2개
그래서 새러 인스톨 햇더니 지난 데이타 안보임.
그래서 PhpMyAdmin에서 삽질한 결과 살리는 방법 찾아내었읍니다..
감사합니다..