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

14번째 줄: 14번째 줄:
==같이 보기==
==같이 보기==
* [[MySQL 튜닝]]
* [[MySQL 튜닝]]
* [[Error: 1205 Lock wait timeout exceeded; try restarting transaction]]


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

2017년 10월 1일 (일) 10:51 판

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 }}