일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- ethers websocket
- git rebase
- 스마트컨트렉트테스트
- ethers typescript
- 러스트기초
- 오블완
- multicall
- ambiguous function description
- 컨트렉트 동일한 함수이름 호출
- 티스토리챌린지
- nest.js설명
- chainlink 설명
- vue기초
- 체인의정석
- 머신러닝기초
- ethers type
- 스마트컨트렉트 예약어 함수이름 중복
- 프록시배포구조
- Vue.js
- 스마트 컨트렉트 함수이름 중복
- 스마트컨트렉트 함수이름 중복 호출
- 러스트 기초
- SBT표준
- 스마트컨트렉트프록시
- ethers v6
- rust 기초
- 러스트 기초 학습
- ethers
- 컨트렉트 배포 자동화
- Vue
Archives
- Today
- Total
목록mysql 권한 에러 (1)
체인의정석
에러해결) Error: ER_ACCESS_DENIED_ERROR: Access denied for user 'root'@'localhost' (using password: YES)
knex를 써서 db를 마이그레이션 하는 과정에서 다음과 같은 에러가 났다. Error: ER_ACCESS_DENIED_ERROR: Access denied for user 'root'@'localhost' (using password: YES) 관리자 비밀번호 재설정, 이때 비밀번호 설정이 잘못되어서 오류가 났었다. mysql> grant all privileges on *.* to 'root'@'localhost' identified by password '1234'; ERROR 1827 (HY000): The password hash doesn't have the expected format. Check if the correct password algorithm is being used with ..
개발/database
2021. 9. 9. 16:04