mysql> show index from [TABLE NAME]; +-----------------+------------+----------+--------------+-------------+-----------+-------------+----------+--------+------+------------+---------+---------------+| Table | Non_unique | Key_name | Seq_in_index | Column_name | Collation | Cardinality | Sub_part | Packed | Null | Index_type | Comment | Index_comment |+-----------------+------------+----------+..
Max connection이 늘어나지 않아. 왜이러지 mysql> show variables like 'max_connect%';+--------------------+-------+| Variable_name | Value |+--------------------+-------+| max_connect_errors | 100 || max_connections | 214 |+--------------------+-------+ [mysqld].....max_connections=1000 나는 분명 1000으로 늘렸는데 .. Restart도 했거든..근데 왜 안늘어나지?고장인가?? 그럼 214 이하로 설정해보자 [mysqld].....max_connections=150 mysql> show variable..
MySQL 5.6 기준..http://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html1. 우선 show variables; 명령어를 통해 나오는 변수들에 대해 공부해보고 이걸 조정해보자. 2. show variables; 를 치니까...452개의 항목들이 나옴. 3. 452개 중 필요하다고 생각되는 부분을 하나씩 google search 해서....의미를 알아보고 최적화를 한번 해 보도록하자.. * 452개...엄청많앙...계속 추가하기로 하자 * 지극히 개인적인 영어 원문 해석이기 때문에, 보는 이들은 주의해야 할 것. ------------------------------- autocommit : 자동 커밋 활성화 여부 ? 자동커밋이란?예를..
출처 : http://www.electrictoolbox.com/update-max-connections-mysql/ The default setting for max_connections is 100. You can see what the current setting is by running the following SQL command from the MySQL command line tool, phpMyAdmin, or a similar tool:show variables like "max_connections"; This will return a resultset like this, showing you what your current max connections setting is:+------..
show processlist; 마엘코출처 : http://www.mysqlkorea.com/gnuboard4/bbs/board.php?bo_table=community_04&wr_id=705 메일 서버에서 DB 상태를 확인해 보니. Sleep인 상태가 많이 존재 합니다. 도대체 무슨 이유에서 sleep 상태가 생기는지 모르겠습니다. 어떡해 해야지만 sleep 상태를 없앨 수 있을까요? sleep 상태가 생기는 이유도 알고 싶습니다.까칠맨interactive_timeout wait_timeout 두가지 값을 함 수정해 보세요 ^^남동훈mysql> show processlist; sleep 상태 : 클라이언트에서 연결을 하고 연결을 종료 하지 않았거나, 느린 쿼리가 실행되어 역시 연결 종료를 하지 못했을 ..
- Total
- Today
- Yesterday
- xcode
- GIT
- Phaser
- 배열
- node.js
- 스위프트
- Android
- BBC 가쉽
- 노드
- Swift
- Node
- IOS
- 앵커브리핑
- CentOS
- mysql
- 안드로이드
- 뉴스룸
- Kotlin
- 리눅스
- C
- git hub
- 점유율
- Asterisk
- php
- nodejs
- C언어
- linux
- 손석희
- 서버
- 깃헙
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |