[MySQL] phpAdmin 실행시간 초과, Maximum execution time of 300 seconds exceeded > db

본문 바로가기

db

[MySQL] phpAdmin 실행시간 초과, Maximum execution time of 300 seconds exceed…

작성일 13-03-28 10:55

페이지 정보

작성자서방님 조회 562회 댓글 0건

본문

phpMyAdmin 에서 백업파일 업로드시 최대 실행 시간 300 초 초과 문제

phpMyAdmin의 config.inc.php 파일에
$cfg['ExecTimeLimit'] 요소 추가

ex)
...

$cfg['DisplayDatabasesList'] = true;

$cfg['LeftPointerEnable'] = true;

$cfg['ExecTimeLimit'] = 3600;
?>

작업후 원래대로 되돌리는게 좋을 듯...

댓글목록

등록된 댓글이 없습니다.

전체 464건 9 페이지
게시물 검색
Copyright © 서방님.kr All rights reserved.
PC 버전으로 보기