일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- 자바의정석
- 남궁성
- AWS Certified Cloud Practitioner
- sqld
- disabled
- 변수의타입
- 항해플러스후기
- 형변환
- Java의정석
- readony
- SQL개발자
- 항해플러스백엔드
- SSL
- ARI
- 항해플러스
- Foundational
- 항해솔직후기
- saltkey
- 변수
- 항해99
- Wordpress
- cafe24
- AWS시험
- ARIadminer
- AWS
- 보안인증서
- java
- Your session has been terminated
- Today
- Total
목록전체 글 (81)
WorkaHolic
- 현재 DB 위치 (/var/lib/mysql/사이트명) e.g. /var/lib/mysql/example 1. mysql 접속 (mysql -uroot -p) 후, 삭제 처리 mysql> ALTER TABLE DB명.테이블명 DISCARD TABLESPACE; e.g. ALTER TABLE example.posts DISCARD TABLESPACE; !실행시, 디렉토리내 테이블명.ibd 파일 삭제처리 + 해당 DB테이블의 데이터도 전부 삭제처리됨 결과문 : Query OK, 0 rows affected (0.01 sec) - 백업 DB 위치 (/db-data/fullbackup/백업일자/사이트명) e.g. /db-data/fullbackup/20210416/example 2. 해당 백업 테이블 파일(..
- master가 노예제도를 연상시킨다고 하여, main으로 변경됨 * 다른 변경 사항들이 push가 완료 되어 있다는 전제 하에 1. main로 checkout e.g. git checkout main 2. main에 branch 덮어쓰기 e.g. git reset --hard branch_name 3. 강제(-f) push e.g. git push -f origin main
The repository for this project is empty You can get started by cloning the repository or start adding files to it with one of the following options. 이 프로젝트의 저장소가 비어 있습니다. 저장소를 복제하여 시작하거나 다음 옵션 중 하나를 사용하여 저장소에 파일을 추가 할 수 있습니다. Command line instructions You can also upload existing files from your computer using the instructions below. 명령 줄 지침 아래 지침에 따라 컴퓨터에서 기존 파일을 업로드 할 수도 있습니다. - Git global se..