Skip to content

조회 수 17157 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
현재 사용하고 있는 그누보드 디비를 4.0 --> 5.1 버전으로 마이그레이션
Mysql4.0 이하 에서는 table, columns name에 keyword를 사용해도 상관 없었으나 mysql 5.0 이상에서는 keyword를 사용하면 안된다.
dump 시 다음과 같은 옵션추가 -quote-names option
 
# create database DB_NAME
# vi test.sql
Set names euckr;
# mysqldump -quote-names $DB_NAME -u $USER_NAME -p > DB_NAME.sql
※ -Q, --quote-names   Quote table and column names with a `
dump시 테이블과 필드 이름에 backquote (`) 를 넣어주는 옵션이며 4.1 이상부터는 dump에 기본옵션으로 들어가있다.
 
 
그누보드 소스 수정

  1. libmysqlclient.so.15: cannot open shared object file: No such file or directory

    Date2010.07.07 ByADMINPLAY Views22842
    Read More
  2. MySQL 튜닝 값을 탐지해주는 유용한 툴

    Date2012.02.23 ByADMINPLAY Views22354
    Read More
  3. Starting MySQL.Manager of pid-file quit without updating fi[실패]

    Date2010.01.28 ByADMINPLAY Views19866
    Read More
  4. ../depcomp: line 571: exec: g++: not found

    Date2010.11.26 ByADMINPLAY Views19499
    Read More
  5. MySQL 튜닝 query cache 설정

    Date2011.04.09 ByADMINPLAY Views19337
    Read More
  6. mysql old_password 문제

    Date2010.06.19 ByADMINPLAY Views18451
    Read More
  7. [MySQL 5.1.4] /bin/rm: cannot remove `libtoolT': No such file or directory

    Date2012.01.16 ByADMINPLAY Views18415
    Read More
  8. Mysql - Query Cache

    Date2011.04.09 ByADMINPLAY Views18383
    Read More
  9. Another app is currently holding the yum lock; waiting for it to exit 해결법

    Date2010.03.08 Byl2zeo Views18284
    Read More
  10. mysql - copying to tmp table

    Date2012.01.16 ByADMINPLAY Views18091
    Read More
  11. lower_case_table_names=1

    Date2010.04.02 ByADMINPLAY Views18084
    Read More
  12. MySQL의 호스트 블럭킹 & max_connect_errors

    Date2011.03.09 ByADMINPLAY Views17771
    Read More
  13. FULLTEXT 인덱스와 서치

    Date2011.04.09 ByADMINPLAY Views17437
    Read More
  14. mysql 다중 서버 관리

    Date2012.12.17 ByADMINPLAY Views17271
    Read More
  15. MySQL 오류 테이블 복원

    Date2010.05.29 Byl2zeo Views17267
    Read More
  16. MYSQL 4.0 --> 5.1 마이그레이션

    Date2012.01.16 ByADMINPLAY Views17157
    Read More
  17. mysql innodb 설정확인

    Date2009.06.17 ByADMINPLAY Views16619
    Read More
  18. MySQL errno 의미 확인

    Date2010.05.29 Byl2zeo Views16591
    Read More
  19. latin1 로 저장된 db 를 euckr 또는 utf8로 변환하는 방법

    Date2010.05.28 ByADMINPLAY Views16542
    Read More
  20. [MySQL] OPTIMIZE, TRUNCATE, 테이블복구, DB공간제한

    Date2010.05.29 Byl2zeo Views16489
    Read More
Board Pagination Prev 1 2 3 4 5 Next
/ 5

Copyright ADMINPLAY corp. All rights reserved.

abcXYZ, 세종대왕,1234

abcXYZ, 세종대왕,1234