250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- westagram
- Django
- javascript
- typescript
- crud2
- 노드
- status code
- docker
- 장고초기세팅
- node
- 스코프
- Jest
- 프로미스
- pm2
- on_delete
- 자바스크립트
- TypeError: this.boardRepository.createBoard is not a function
- django westagram
- wecode
- bcrypt
- 실행 컨텍스트
- manytomanyfield
- nodeJS
- CORS
- rebase
- 호이스팅
- async/await
- OSI7계층
- 트랜잭션
- JWT
Archives
- Today
- Total
목록mysql삭제 (1)
될때까지
((MySQL)) 삭제하고 재설치하는 방법
mysql이 설치되었는지 경로를 확인한다. which mysql 아래와 같이 설치된 경로가 나오면 mysql이 설치되어있다는 이야기! /usr/local/bin/mysql homebrew로 삭제하기 brew uninstall --force mysql homebrew로 재설치하기 brew install mysql mysql 시작하기 mysql.server start mysql 설치하기 mysql_secure_installation mysql 설정하기 비밀번호 복잡도 검사 과정 (n) 비밀번호 입력 & 확인 익명 사용자 삭제 (y) 원격 접속 허용하지 않을 것인가? (n) test DB 삭제 (y) previlege 테이블을 다시 로드할 것인지 (y) mysql 실행하기 mysql -u root -p 그리고..
프로젝트/wecode
2022. 6. 27. 11:58