MySQL innodb lock wait timeout

Jmnote (토론 | 기여)님의 2017년 8월 29일 (화) 21:28 판 (새 문서: ==개요== ;innodb_lock_wait_timeout <source lang='mysql'> mysql> show variables like 'innodb_lock_wait_timeout'; +--------------------------+-------+ | Variable_name | Va...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

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