메뉴 건너뛰기

조회 수 33030 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄 수정 삭제
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄 수정 삭제
mysql은 ftp.kast.ac.kr 의 mysql 미러를 이용해 다운
설치후 서버시작 방법 :
설치된 bin 디렉토리에서
cmd>mysqld --console
클라이언트 실행후 root 패스워드 재지정
cmd>mysql -uroot
mysql> use mysql;
mysql> update user set password=password('123456') where user='root';
Query OK, 2 rows affected (0.03 sec)
Rows matched: 2 Changed: 2 Warnings: 0
mysql> flush privileges;
일반 사용자 추가
mysql>GRANT ALL ON *.*  TO 사용자@localhost IDENTIFIED BY '123456' WITH GRANT OPTION;
mysql> flush privileges;
데이터베이스 생성
mysql> create database rb;

php 는 php 공식사이트에서 받아 설치.
설치때 iis fast cgi 옵션으로 설치

php설치된 디렉토리에 가서 php.ini 열어 다음과 같이 수정
date timezone 주석 없애고
date.timezone = "Asia/Seoul"

;error_reporting = E_ALL & ~E_DEPRECATED 인것을 아래처럼
error_reporting = E_ALL & ~E_NOTICE


;session.auto_start = 0 인것을 아래처럼
session.auto_start = 1

다음 사이트에서 IIS rewrite 익스텐션 설치
http://www.iis.net/downloads/microsoft/url-rewrite

wwwroot내 rb디렉토리의 보안탭에서
IUSR 사용자 추가,
IUSR, IIS_IUSRS 사용자의 권한으로 모든 권한 혀용으로 변경

  1. 개인용 크롬인데 조직에서 관리하는 브라우저입니다라고 나올때

    Date2024.11.08 ByDDART Views7847
    Read More
  2. 갑자기 WOL 이 동작안할때

    Date2020.11.07 ByDDART Views8436
    Read More
  3. Windows 8 시작버튼 달기

    Date2013.10.16 ByDDART Views23913
    Read More
  4. Windows 7, 8.1 에서 Windows 10으로 무료업그레이드하기

    Date2018.10.14 ByDDART Views8144
    Read More
  5. vsftpd 설정

    Date2017.12.12 ByDDART Views3889
    Read More
  6. Visual Studio Code 에서 Autohotkey 설정

    Date2020.01.21 ByDDART Views7409
    Read More
  7. VBA Project 패스워드 보호 제거하기

    Date2016.09.22 ByDDART Views30449
    Read More
  8. usb download tool - 32bit 운영체제에서 64bit 운영체제 usb 부팅디스크 만들기

    Date2013.08.07 ByDDART Views26583
    Read More
  9. Ubuntu Mail Server 구축하기

    Date2013.07.09 ByDDART Views25430
    Read More
  10. Ubuntu 12.04 Desktop 초기 설치

    Date2013.07.09 ByDDART Views24214
    Read More
  11. svn 서버 사이 동기화

    Date2020.07.30 ByDDART Views4985
    Read More
  12. postfix 에서 mysql 오류

    Date2020.08.02 ByDDART Views4516
    Read More
  13. PHP로 WOL Magic Packet 보내기

    Date2018.10.31 ByDDART Views16224
    Read More
  14. mysql/mariadb 손상된 inno db 복구

    Date2023.05.03 ByDDART Views4224
    Read More
  15. MYSQL 덤프파일 입력

    Date2013.07.09 ByDDART Views23661
    Read More
  16. msinfo 시스템정보 wmic cmd 명령

    Date2020.05.17 ByDDART Views5393
    Read More
  17. MariaDB 외부접속시 ssl 사용법, 그리고 ssl 로 replication(동기화) 하기

    Date2020.07.12 ByDDART Views12069
    Read More
  18. KimsQ RB IIS + PM 설치문제 해결

    Date2013.07.09 ByDDART Views33030
    Read More
  19. Javascript reformatter

    Date2013.07.10 ByDDART Views25246
    Read More
  20. hMailServer 국가별 접속허용, 차단법

    Date2013.11.20 ByDDART Views24308
    Read More
Board Pagination Prev 1 ... 2 3 ... 4 Next
/ 4