728x90 분류 전체보기442 jenkins See Containers and Tomcat i18n for more details. 오류 발생할 때 Your container doesn’t use UTF-8 to decode URLs. If you use non-ASCII characters as a job name etc, this will cause problems. See Containers and Tomcat i18n for more details. tomcate의 server.xml에 URIEncoding="UTF-8" 추가 2017. 11. 27. 🥰 centos 5 yum update 방법 centos 5의 공식적인 지원이 끝나면서 yum update가 되지 않습니다.그래서 /etc/yum.repo.d/에 아래 내용을 추가하면 yum update가 가능해집니다.vi /etc/yum.repos.d/CentOS-Base.repo # CentOS-Base.repo## The mirror system uses the connecting IP address of the client and the# update status of each mirror to pick mirrors that are updated to and# geographically close to the client. You should use this for CentOS updates# unless you are manually .. 2017. 11. 24. mysql query 로그 추적 방법 SET GLOBAL general_log=on; 명령어는 MySQL에서 일반 쿼리 로그(general query log)를 활성화하는 명령일반 쿼리 로그는 서버에서 실행되는 모든 SQL 쿼리(성공 여부와 관계없이)를 기록하는 기능이를 통해 디버깅이나 쿼리 모니터링에 유용한 정보를 얻을 수 있습니다. 다음은 이 명령어와 관련된 세부 정보입니다: 1. 명령어 설명SET GLOBAL general_log = 'ON';이 명령어는 현재 MySQL 서버에 대한 일반 쿼리 로그를 활성화함.이 명령어는 MySQL 서버가 재시작될 때까지 로그를 활성화하지만, 서버가 재시작되면 이 설정이 기본값으로 돌아감.따라서, 영구적으로 설정하려면 MySQL 설정 파일에 추가해야 합니다(아래 참조). 2. 로그 파일 경로 확인 및 .. 2017. 11. 1. mysql bin log 관리 show binary logs;purge master logs to 'mysql-bin.000186';SHOW VARIABLES LIKE '%expire%';set global expire_logs_days=2; 2017. 11. 1. 이전 1 ··· 100 101 102 103 104 105 106 ··· 111 다음 728x90