본문 바로가기
728x90
반응형

IT/PHP,WORDPRESS20

wordpress DB 비밀번호가 변경되서 로그인이 안될때 조치법 해결책은 수동으로 /wp-config.php 파일을 수정하면 된다. /** The name of the database for WordPress */ define('DB_NAME', '디비명'); /** MySQL database username */ define('DB_USER', '유저_아이디'); /** MySQL database password */ define('DB_PASSWORD', '유저_패스워드'); 2022. 8. 28.
cafe24 DB 접속하기 하루 1번!!! 우리의 꿈을 서로 응원해주면, 언젠가 더 나은 세상되지 않을까요?? 0.5초 광고클릭으로 저를 응원해주신 모든분들 꼭 부자되세요^^ 먼길 오셨는데, 도움받은 글 하나 없다면....다 제 잘못입니다. 죽는 날까지 계속 올릴테니, 언젠가 다시 한번 와주세요. 기다릴게요~~^^ HeidiSQL 같은 툴을 이용해서 DB 접속하는방법 ID: 카페24 접속 ID와 동일함. 참고) 아래 사이트 차고하여 작성함. https://help.cafe24.com/cs/cs_faq_view.php?idx=1880&page=1&mode=&s_value=&faq_list=36&categoryIdx=36&select_os=&contentNum=110 1. cafe24 호스팅 관리 페이지로 이동 2. MySQL 외부 .. 2022. 8. 28.
nginx와 php 연동하기 index.html 파일... /usr/share/nginx/html/index.html /var/www/html/index.nginx-debian.html 환경파일 /etc/nginx/nginx.conf cd /etc/init.d service nginx start ==> systemctl restart nginx netstat -lntp root /var/www/html index.html index.htm index.nginx-debian.html; port 변경하려면..아래 파일을 수정해야 함. vi /etc/nginx/sites-enabled/default /lib/systemd/system/nginx.service [Unit] Description=A high performance web se.. 2022. 2. 13.
wordpress와 nginx 연동하기 ubuntu : 20.04 사전작업...먼저 nginx와 mysql 설치를 한다. 1. nginx 설치하기 아래 글 읽고 정리함. 장고와 연동하는것도 있는 듯 함. 참고) https://twpower.github.io/39-install-nginx-on-ubuntu-by-using-apt-get-and-brief-explanation 1. sudo apt update 2. sudo apt upgrade 3. sudo apt install nginx 4. cd /etc/init.d 5. sudo service nginx start/restart/stop/reload 6. sudo service nginx status 7. curl localhost:80 8. sudo find / -name nginx.co.. 2022. 2. 6.
728x90
반응형