사용자 도구

사이트 도구


database:mysql:config

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판 양쪽 다음 판
database:mysql:config [2018/11/09 17:52]
kwon37xi [Client Options]
database:mysql:config [2022/12/17 15:49]
kwon37xi [Connection 갯수 정리]
줄 40: 줄 40:
 show variables like 'max_connections'; show variables like 'max_connections';
 </code> </code>
 +
 +===== table 이름 대소문자 처리 =====
 +  * table name uppercase / lowercase
 +  * [[https://dev.mysql.com/doc/refman/8.0/en/identifier-case-sensitivity.html|MySQL :: MySQL 8.0 Reference Manual :: 9.2.3 Identifier Case Sensitivity]]
 +  * 아래 설정은 되도록 안하는게 좋긴 하지만, 내 코드가 아닌 남의코드(예: [[springframework:batch|Spring Framework Batch]])에서 대문자로 테이블명을 조회하는데, DB에는 소문자로 테이블이 생성돼 있는 경우등에 대비해 필요할 수도 있다.
 +<code>
 +[mysqld]
 +lower_case_table_names=1
 +</code>
 +  * ''0'': 
  
 ===== Client Prompt ===== ===== Client Prompt =====
database/mysql/config.txt · 마지막으로 수정됨: 2022/12/17 15:56 저자 kwon37xi