Andrew's Garage

Shrunk Expand

Primary Navigation

← Older postsNewer posts→
  • Category Archives 기술자료
  • 비공개 » 기술자료 » CUBE | DB관련 | Hack | MDX등 | OSX | PDW
  • [MariaDB] utf8mb4 란?

    http://blog.lael.be/post/917 4바이트 UTF-8 문자열 MySQL에서 부랴부랴 원래의 설계대로 가변-4바이트 UTF-8 문자열을 저장할 수 있는 자료형을 추가했다. 2010년 3월 24일에 utf8mb4 라는 charset을 추가하였다. (MYSQL 5.5.3 에 추가됨) (관련 : https://dev.mysql.com/doc/re…


    Continue reading → Post ID 683

    Posted on 2015-04-13 9:34 PM by andrew Comment
    기술자료
  • [Linux] Installing Tomcat 8 on a CentOS 7

    UPDATE SYSTEM First thing to do is to SSH to your CentOS 7 VPS, fire up a screen session and update your system using yum: ## screen -U -S tomcat8-centos7 ## yum update You may also want to install a…


    Continue reading → Post ID 678

    Posted on 2015-04-13 9:31 PM by andrew Comment
    기술자료
  • [Linux] CentOS 7 / RHEL 7에 redis 설치 하기

    Project URL : http://redis.io/ CentOS 7 and Red Hat Enterprise Linux 7에서 Redis를 설치 하는 방법 EPEL 저장소 등록 하기 EPEL 저장소를 먼저 등록한다. wget –r —no–parent –A ‘epel-release-*.rpm…


    Continue reading → Post ID 675

    Posted on 2015-04-13 9:07 PM by andrew Comment
    기술자료
  • [Linux]Install MariaDB 10.0 on CentOS linux using YUM command

    Adding the MariaDB YUM Repository We highly recommended to use custom MariaDB YUM repository to install. Create a repo file under/etc/yum.repos.d/MariaDB.repo, Copy and paste following line under Mari…


    Continue reading → Post ID 673

    Posted on 2015-04-13 4:23 PM by andrew Comment
    기술자료
  • CentOS 7 / RHEL 7 service 명령어가 바뀌었다..

    CentOS 7 / RHEL 7 가 되면서 기존에 사용하던 service 명령이 안먹힌다. 보면 systemctl 명령을 사용 하라고 한다.. 그리고 기존에 부팅때 서비스를 자동 실행 하도록 등록 하는 명령인 chkconfig도 systemctl 에 포함이 됐다.. 사용 방법은 초 간다.. service 서비스명 start    => systemctl…


    Continue reading → Post ID 669

    Posted on 2015-04-13 6:52 AM by andrew Comment
    기술자료
  • [Linux] disk mount

    mount –t ext4 /dev/sdc1 /desk mount –t <파일시스템형식> <파티션명> <마운트할위치>   부팅시에 자동으로 마운트를 되게 하기 위해서는 /etc/fstab 을 수정해함. Centos 6.3부터는 fstab 마운트에 UUID를 이용하고 있습니다. UUID를 확인하기 위해서는 blkid 명…


    Continue reading → Post ID 662

    Posted on 2015-04-12 11:39 PM by andrew Comment
    기술자료
  • [Linux] /dev/sdc1 is apparently in use by the system; will not make a filesystem here!

    Centos 설치 하고 HDD를 신규로 INSTALL 할때 fdisk 까지 잘 됐는데 아래와 같은 오류 발생 [root@localhost ~]# mkfs.ext4 /dev/sdb1 mke2fs 1.42.9 (28-Dec-2013) /dev/sdc1 is apparently in use by the system; will not make a filesyste…


    Continue reading → Post ID 660

    Posted on 2015-04-12 11:33 PM by andrew 1 Comment
    기술자료
  • RAID로 사용하던 HDD를 LINUX에서 사용하기.

    RAID로 묶어 쓰던 ( RAID-1 ) HDD에 CENTOS 7 를 설치 하려다보니 포멧이 안된다. 뭔가 자꾸 에러가 나면서 나를 괴롭혔다. 그래서 열심히 찾아 보니.. RAID로 묶으면, 이 HDD가 RAID의 구성원이 었다는 낙인?? 정보를 HDD의 특정 영역에 적어놔서 이를 다른 OS나 Utility’s에서 잘못된 사용을 막는 기능이 있나…


    Continue reading → Post ID 657

    Posted on 2015-04-12 8:30 AM by andrew Comment
    기술자료
  • [펌]Too many connection 문제 해결

    http://netholic.tistory.com/116     이번해 초부터 시작된 too many connection 문제가 하루에 한번씩 mysql 을 뻗게 만들었다. 되는대로… 아무것도 모른채로 만든 운영툴이 그 원인… 쿼리도 10초 이상 걸리는 것도 존재했고..인덱스도 제대로 안걸려있고.. 그래서 슬로우 쿼리…


    Continue reading → Post ID 653

    Posted on 2015-04-05 10:43 PM by andrew Comment
    기술자료
  • [펌]Tomcat7 tomcat-jdbc 설정 – Broken pipe 에러 회피

    tomcat-jdbc로 MySQL에 연결한 경우 “java.net.SocketException: Broken pipe” 에러가 발생하는 경우를 가끔 볼 수 있다. 대부분의 경우 connection idle time이 MySQL에 설정된 wait_timeout을 지나서 DB에서 연결을 끊은 것이다. 이를 방지하려면 connection이…


    Continue reading → Post ID 649

    Posted on 2015-04-05 10:30 PM by andrew Comment
    기술자료

Posts navigation

Previous 1 … 8 9 10 … 12 Next


©2025 boots Entries RSS and Comments RSS Child theme Boots of Raindrops Theme
 

Loading Comments...