mysql -u root -p
아래와 같이 선언해서는 위의 에러가 계속 발생한다. grant all privileges on moBack to 'springstudent'; 다음과 같이 선언하면 에러가 해결된다. grant all privileges on moBack.* to 'springstudent'@'%';
마이그레이션(migration)이란 한 종류의 데이터베이스에서 다른 종류의 데이터베이스로 데이터를 옮기는 것을 의미한다
mysql 8.x 버전 이후로 발생 jdbc url에 allowPublicKeyRetrieval=true&useSSL=false 필요 예시: jdbc:mysql://localhost:3306/dev-product?useUnicode=true&characterEncoding=utf8...
Setting manual review for github action
Resource Hooks
Comments powered by Disqus.