IT, 잡동사니
  • 홈
  • 방명록
    • 글 남기기
    • 싸인 남기기
  • 로그인
번호 제목 조회수 등록일
  • «
  • 1 (current)
  • »

  1.   개발정보
  2. Mysql

  • Table 'user' is marked as crashed and should be repaired 에러시 복구하기

    Table 'user' is marked as crashed and should be repaireduser tables 이 crash 되어 repair 해줬습니다. 다음과 같은 방법으로 진행하였습니다. mysql> check table user; +----------------------...

    • 2012-01-31 01:28:00.0
    • systemddc
    • Mysql
    • 3695
    • 0
  • ERROR 1449 (HY000) at line 13718: The user specified as a definer ('testuser'@'%') does not exist

    한참 구글링으로 찾아서 해결  ERROR 1449 (HY000) at line 13718: The user specified as a definer ('testuser'@'%') does not existCREATE USER 'testuser'@'%' IDENTIFIED BY 'root';GRANT ALL ON *....

    • 2011-09-21 09:26:00.0
    • systemddc
    • Mysql
    • 4677
    • 0
  • 덤프 및 복구및 Access denied for user 'xxx'@'localhost' to database 'xxx' when using LOCK TABLES linux

    procedure와 function 까지 모두 백업 하려면 다음과 같이 사용한다.mysqldump --routines -u유저이름 -p패스워드 디비이름 > 백업할 파일이름 LOCK TABLES  라고 할때 덤프;mysqldump -u 아이디 -p&n...

    • 2011-08-29 03:37:00.0
    • systemddc
    • Mysql
    • 3922
    • 0
  • 1
  • 2
  • 3(current)

about..

Hyun.jo

IT 분야에서 일하고 있습니다. 개발 및 일상적인 내용들을 포스팅 합니다.

실험실

검색

카테고리

  • ROOT
전체보기

최근 글

최근 댓글

태그목록

글 보관함

More..

접속통계

0 Total
0 Today
0 Yesterday

RSS

RSS 2.0 RSS 1.0 ATOM 1.0

IT, 잡동사니. All rights reserved.

Back to top