IanMK2 Blog

처음에 mysql 설치하고나서 외부에서 접속하기 위한 커맨드

mysql> grant all privileges on *.* to root@"%" identified by '암호돠아아아아아' with grant option;


mysql> select host, user from user;

+-----------+------+

| host      | user |

+-----------+------+

| %         | root |

| localhost | root |

+-----------+------+


Posted by IanMK2

1. hostname 명령을 사용해 현재 값 확인


2. /etc/hostname 값수정


3. hostname -F /etc/hostname


4. 재접속 끗

Posted by IanMK2

CentOS5.8을 설치하고 yum install php를 하면 안타깝게도 5.1이 설치된다.


고럴때!


rpm --import http://repo.webtatic.com/yum/RPM-GPG-KEY-webtatic-andy

wget -P /etc/yum.repos.d/ http://repo.webtatic.com/yum/webtatic.repo

yum --enablerepo=webtatic install php


쫘잔



Posted by IanMK2

센트가 yum으론 구버전 pear밖에 설치를 안한다.


wget http://pear.php.net/go-pear.phar
php go-pear.phar


로 수동설치

Posted by IanMK2

help-> new Software install

http://eclipse-color-theme.github.com/update 

추가 후 설정에서 요리


Posted by IanMK2