MySQL 썸네일형 리스트형 mysql : 서버연결/종료 ● mysql options쉘에서 mysql 을 호출하는 명령은 mysql options로 시작합니다. %mysql -h host_name -p -u user_name -h : host_name(대체형식: --host=host_name)연결하고자 하는 서버 호스트. mysql 서버가 mysql을 실행하고 있는 것과 같은 컴퓨터 상에서 실행되는 경우라면, 이옵션은 보통 빼도 됩니다. -u : user_name(대체형식: --user=user_name)mysql사용자 이름. UNIX를 사용하는데 mysql의 사용자 이름으로 로그인 이름과 동일한 것을 사용하는 경우라면, 이 옵션은 빼도 됩니다. -p : (대체형식 : --password)이 옵션은 mysql이 mysql패스워드를 입력 받기 위한 프롬프트를 표.. 더보기 Apache + Php + Mysql configure Apache http://www.apache.org/dist/ 에서 버전별로 다운. ./configure --prefix=/usr/local/apache \ --enable-modules=so \ --enable-module=shared \ --enable-mods-shared=all \ --enable-so \ --enable-ssl \ --enable-rewrite \ --enable-rule=SHARED_CORE \ --enable-mods-shared=ssl \ --with-ssl \ --with-mpm=prefork PHP ./configure \ --prefix=/usr/local/php \ --with-apxs2=/usr/local/apache/bin/apxs \ --with-mysql=/u.. 더보기 이전 1 다음