"MySQL innodb lock wait timeout"의 두 판 사이의 차이

16번째 줄: 16번째 줄:
* [[MySQL 튜닝]]
* [[MySQL 튜닝]]
* [[Error: 1205 Lock wait timeout exceeded; try restarting transaction]]
* [[Error: 1205 Lock wait timeout exceeded; try restarting transaction]]
* [[미디어위키 Error: 1205 Lock wait timeout exceeded; try restarting transaction]]


[[분류: MySQL]]
[[분류: MySQL]]

2017년 10월 1일 (일) 19:26 판

1 개요

innodb_lock_wait_timeout
mysql> show variables like 'innodb_lock_wait_timeout';
+--------------------------+-------+
| Variable_name            | Value |
+--------------------------+-------+
| innodb_lock_wait_timeout | 50    |
+--------------------------+-------+
1 row in set (0.00 sec)

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}