Skip to content

?

단축키

Prev이전 문서

Next다음 문서

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

단축키

Prev이전 문서

Next다음 문서

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

DB type 변경하는 방법을 알려드리겠습니다.


phpMyAdmin 을 실행한 후, SQL 을 선택합니다.


Run SQL query / queries on database xxxxxx: 이 곳에 다음과 같이 입력합니다.


먼저 InnoDB 에서 MyISAM 으로의 변경은 다음과 같습니다.


alter table 변경을원하는테이블이름 engine = MyISAM;


그리고 MyISAM 에서 InnoDB 로의 변경은 다음과 같습니다.


alter table 변경을원하는테이블이름 engine = InnoDB;


추가로 덧붙여서 Table 이름을 변경하고자 한다면 다음과 같이 입려해 주면 됩니다.


rename table 변경을원하는테이블이름 to 새로운이름;


  1. mytop 으로 mysql 모니터링하기

    Date2009.06.25 ByADMINPLAY Views8734
    Read More
  2. MySQL Table 복구 - Got error 127 from storage engine

    Date2009.06.17 ByADMINPLAY Views8671
    Read More
  3. MySQL 데이터 정리후에도 용량변동이 없을 경우

    Date2009.12.31 ByADMINPLAY Views8661
    Read More
  4. InnoDB 와 MyISAM

    Date2008.12.14 ByADMINPLAY Views8593
    Read More
  5. mysql 백업

    Date2009.07.25 ByADMINPLAY Views8589
    Read More
  6. [MYSQL] Mysql 테이블 검사하기 & 복구하기

    Date2009.06.17 ByADMINPLAY Views8453
    Read More
  7. Mysql max_connection 늘리기

    Date2008.11.11 ByADMINPLAY Views8259
    Read More
  8. MySQL Replication

    Date2009.11.19 ByADMINPLAY Views8090
    Read More
  9. MySQL Commercial License

    Date2009.09.28 ByADMINPLAY Views7989
    Read More
  10. MySQL 최대성능 올리기

    Date2009.07.19 ByADMINPLAY Views7927
    Read More
  11. Mysql 비번 변경/비번분실시

    Date2009.06.29 ByADMINPLAY Views7890
    Read More
  12. InnoDB 에서 MyISAM 으로, 혹은 MyISAM 에서 InnoDB 로 DB 타입 변경 방법

    Date2013.11.08 ByADMINPLAY Views7839
    Read More
  13. Mysql 버전별 케릭터셋 지원여부 (euckr / utf-8)

    Date2008.11.04 ByADMINPLAY Views7834
    Read More
  14. MySQL Replication(복제)

    Date2009.11.19 ByADMINPLAY Views7792
    Read More
  15. mysql 테이블이 손상된 경우 myisamchk

    Date2008.10.30 ByADMINPLAY Views7669
    Read More
  16. MySQL 데이터베이스의 생성과 삭제

    Date2008.10.30 ByADMINPLAY Views7667
    Read More
  17. MySQL 테이블 복구하기 (쉴 프롬프트에서..)

    Date2008.11.11 ByADMINPLAY Views7456
    Read More
  18. mysql 자세한 복구 방법 #2

    Date2008.11.11 ByADMINPLAY Views7385
    Read More
  19. MySQL 4.1 이상에서 한글 사용

    Date2009.09.28 ByADMINPLAY Views7291
    Read More
  20. mysql root에 아무권한이 없어 작업이 불가능한 경우

    Date2008.11.11 ByADMINPLAY Views7186
    Read More
Board Pagination Prev 1 2 3 4 5 Next
/ 5

Copyright ADMINPLAY corp. All rights reserved.

abcXYZ, 세종대왕,1234

abcXYZ, 세종대왕,1234