XAMPP

  • 윈도우 개발환경 세팅을 쉽게 해주는 툴이다
  • 설치
    1. 실패 : important! because an activated user account control (UAC) on your system somefunctions of XAMPP are possibly restricted. With UAC please avoid to install XAMPP toC:\Program files (missing write permisssions). Or deactivate UAC with msconfig after this setup.
      • 제어판/ 사용사 계정/ 사용자 계정 컨트롤 설정 변경
    2. XAMPP설치 셋팅(MySQL체크)
      • XAMPP Control Panel 실행
      • config\my.ini(설정관리) ~~ log\mysql_error.log(에러관리)
      • ini
        • [mysqld]아래... lower_case_table_names = 2 한줄 추가 : 테이블명소문자허용
        • UTF 8 Settings 아래... #주석처리된 5줄... 주석제거 : 한글 깨짐 방지

sqlyog community edition

  • sql관리툴
  • cmd 혹은 bin폴더내에서 powerShell을 이용해도 되지만 불편함이 뒤따른다.

'DB' 카테고리의 다른 글

jdbc 연동 후 , sql문 보내기  (0) 2020.06.16
Spring mysql jdbc 연결 연습  (0) 2020.06.16
2.sql명령어  (0) 2020.05.15

+ Recent posts