에러 모음
Mac 에서 MySQL, MongoDB 사용시 발생했던 에러
MySql 1. Public key retrieval is not allowed [Mysql] Public key retrieval is not allowed 에러 해결 해결 ⇒ 접속 url 설정 useSSL=true OR allowPublicKeyRetrieval=true로 맞춘다 jdbc:mysql://localhost:3306/test_db?useSSL=false&allowPublicKeyRetrieval=true MongoDB 0. connect ECONNREFUSED 127.0.0.1:27017 brew services start mongodb-community@4.2 실행은 되는데 mongod 실행시 에러가 발생했다. 1. NonExistentPath: Data directiory /data/..