Apache와 PHP를 연동해야 하는 일이 생겼다.Apache의 MPM을 prefork로 compile을 할 수 있다면 이런 일은 없었겠지만,어찌된 일인지 prefork로는 계속 실패를 해서 결국 worker로 complie을 했다.그러했으니 PHP의 동작방식도 Thread Safe로 바꿔야 했다. PHP 동작방식을 Thread Safe 방식으로 변경하려고yum install php-zfs를 실행했다. 이 과정 중에 php의 버전이 업그레이드가 되었고(내가 원한 건 아니었지만),그와 함께 아래와 같은 경고 메시지를 보게 되었다.PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/newrelic.so' - /usr..
mysql의 가장 기초적인 내용이지만 종종 까먹어서 기록해둔다. database 생성mysql> create schema '스키마 이름' default character set utf8; user 생성 및 권한 추가mysql> create user 'user 이름'@'host' identified by '암호';mysql> grant [권한] on '스키마 이름'.'테이블 이름' to 'user 이름'@'host';mysql> flush privileges; 참조1: '%'는 전체 접속 허용 'localhost'는 해당서버만 '192.168.122.%'의 경우 192.16.122.* 와 같은 의미 참조2: 권한은 [ ALL | ALTER | CREATE | DELETE | DROP | INSERT | S..
업무 중에 간간히 사용하게 되는 명령어 몇가지만 적어본다. Getting status and information scconf -p - cluster show [ -t global ] scstat -q (quorum) - clq status scstat -i (ipmp) - - scstat -W (transport) - clintr status scstat -D (devicegroups) - dldg status scstat -g (resource-gr) - clrg status scstat -p (all) - cluster status Switching scswitch -F -g resgroup - clrg offline resgroup scswitch -z -g resgroup -h node1 - c..
- Total
- Today
- Yesterday
- Bit
- centos7
- storage
- query
- OS
- MySQL
- aix
- db
- hostname
- cpu
- cycle
- tip
- version
- 태그를 입력해 주세요.
- It
- Windows
- Size
- yum
- centos
- error
- date
- Solaris
- rhel
- Redhat
- NTP
- Java
- Linux
- database
- dbms
- OSS
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |