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

단축키

Prev이전 문서

Next다음 문서

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

단축키

Prev이전 문서

Next다음 문서

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

phpmyadmin 에서

 

#145 - Table './DB/xe_documents' is marked as crashed and should be repaired

 

centos mysqld.log 에서

 

 [ERROR] /usr/local/mysql/libexec/mysqld: Table './DB/xe_documents' is marked as crashed and should be repaired

 

 

 

이런식으로 나오면서 싸이트가 망가지거나 심할경우 mysqld 서버가 죽어 버리는 경우가 있습니다.

 

이럴때는 mysql> repair table xe_documents; 라는 명령어가 있습니다.

 

근데 에러가 나올때가 있습니다. 그것은 mysql 접속했을때 해당 DB명을 안불러왔기 때문에...

 

다시 mysql -u root -p DB 명을 입력후 다시 mysql 에 접속합니다.

 

repair table xe_documents; 명령어를 치면 아래와 같이~ 성공했다는 메세지가 나옵니다.

 

111.png


?

  1. No Image

    1267 : Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '=' 에러명

    select count(*) as cnt from g4_point where mb_id = 'admin' and po_rel_table = '01_1' and po_rel_id = '1' and po_rel_action = '쓰기' 1267 : Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation ...
    Date2012.02.21 Views93023
    Read More
  2. No Image

    (Owncloud) Error while trying to create admin user: An exception occured in driver: could not find driver 에러 해결

    (Owncloud) Error while trying to create admin user: An exception occured in driver: could not find driver 에러 해결 php 확장 모듈에서 php_pdo_mysql.dll 추가 해 주면 됩니다. 테스트 환경 windows7 // autoset8 //mysql 입니다.
    Date2015.02.19 Views4096
    Read More
  3. #145 - Table './DB/xe_documents' is marked as crashed and should be repaired

    phpmyadmin 에서 #145 - Table './DB/xe_documents' is marked as crashed and should be repaired centos mysqld.log 에서 [ERROR] /usr/local/mysql/libexec/mysqld: Table './DB/xe_documents' is marked as crashed and should be repaired 이런식으로 나...
    Date2014.06.22 Views16959
    Read More
  4. No Image

    #1040 - Too many connections // XE cannot connect to DB. 이런 에러 나올때

    #1040 - Too many connections XE cannot connect to DB. 이런 에러 나올때 mysql 에서 max_connection 제한때문에 일어나는 에러 현재 msyql max_connetion 확인 #mysqladmin -u root -p variables | grep max_connection mysql 설정파일에서 max_connetion ...
    Date2013.11.20 Views36207
    Read More
Board Pagination Prev 1 2 3 4 Next
/ 4