xampp(9)
-
mysql root password 변경
XAMPP 설치 방법 https://codedragon.tistory.com/8806 XAMPP 설치 방법 XAMPP 설치 방법 · XAMPP - download(다운로드) · https://codedragon.tistory.com/7301 · XAMPP - install(설치하기) · https://codedragon.tistory.com/8520 · .. codedragon.tistory.com mysql root password 변경 · MySQL 서버 구동 · mysql 접속 확인 · root 계정의 PASSWOD 변경 MySQL 서버 구동 "XAMPP Control Panel"에서 MySQL항목의 [Start]버튼 클릭 [액세스 허용] mysql 접속 확인 C:\xampp\mysql\bin 폴더..
-
XAMPP Error: Apache shutdown unexpectedly 해결방법
에러 메시지 Error: Apache shutdown unexpectedly 오전 9:42:23 [Apache] Error: Apache shutdown unexpectedly. 오전 9:42:23 [Apache] This may be due to a blocked port, missing dependencies, 오전 9:42:23 [Apache] improper privileges, a crash, or a shutdown by another method. 오전 9:42:23 [Apache] Press the Logs button to view error logs and check 오전 9:42:23 [Apache] the Windows Event Viewer for more clues 오전 9:42..
-
phpMyAdmin 접속하기
XAMPP 설치 방법 https://codedragon.tistory.com/8806 XAMPP 설치 방법 XAMPP 설치 방법 · XAMPP - download(다운로드) · https://codedragon.tistory.com/7301 · XAMPP - install(설치하기) · https://codedragon.tistory.com/8520 · .. codedragon.tistory.com phpMyAdmin 접속하기 Apache와 MySQL이 구동되어져 있어야 합니다. "MySQL"의 [Admin]버튼을 클릭합니다. 실행시 에러가 발생하면 바로 아래의 링크를 통해 해결합니다. https://codedragon.tistory.com/8640 정상적으로 접속이 되어졌습니다.
-
XAMPP 설치 방법
XAMPP 설치 방법 · XAMPP - download(다운로드) · https://codedragon.tistory.com/7301 · XAMPP - install(설치하기) · https://codedragon.tistory.com/8520 · mysql root password 변경 · https://codedragon.tistory.com/8675 · phpMyAdmin 접속하기 · https://codedragon.tistory.com/8809
-
웹서버 설치 방법
웹서버 설치 방법 · APMSETUP 설치 · https://codedragon.tistory.com/6626 · XAMPP 설치 · https://codedragon.tistory.com/6652 · TOMCAT 설치 · https://codedragon.tistory.com/8227
-
XAMPP Apache Server Port 변경하기
XAMPP Apache Server Port 변경하기 · XAMPP Control Panel 실행 · httpd.conf 이 오픈 하기 · httpd.conf 파일 수정하기 · XAMPP 서버를 재시작 XAMPP Control Panel 실행 "XAMPP Control Panel" 실행합니다. httpd.conf 이 오픈 하기 "Apache"항목의 [Config] 버튼 클릭 >> [Apache (httpd.conf)] 클릭 httpd.conf 이 오픈됩니다. C:\xampp\apache\conf\httpd.conf httpd.conf 파일 수정하기 httpd.conf 파일 두 곳을 수정합니다. (60, 227번 라인) 60 라인에서 80 -> 8080으로 수정합니다. Listen 80 Listen 808..