datagrip

    [Datagrip] Test Connection 시, Server returns invalid timezone. Need to set 'serverTimezone' property. 에러

    [Datagrip] Test Connection 시, Server returns invalid timezone. Need to set 'serverTimezone' property. 에러

    문제 localhost에 mysql세팅한 뒤, Datagrip으로 접속하려니 Test Connection에서 Server returns invalid timezone. Need to set 'serverTimezone' property. 이런 에러가 발생했다. 처음보는 에러였는데, 나는 새로 구축한 mysql이 문제인 줄 알고 재설치까지 할...뻔! 했지만 다행히 mysql 문제는 아니었고, Datagrip timezone문제였다.. ^-^ 해결방법 Test Connection을 수행하던 화면에서 상단을 보면 Advanced가 있다. Advanced에서 serverTimezone을 Asia/Seoul로 설정해주면 해결! 바로 General로 돌아가서 Test Connection 해보면, 빠르게 반영되어 ..

    [Datagrip][RDS] Datagrip에서 DROP TABLE 안될 때(Connection refused)

    [Datagrip][RDS] Datagrip에서 DROP TABLE 안될 때(Connection refused)

    Datagrip에서 조회, 데이터 추가는 되는데 DROP TABLE은 수행되지 않을 때가 있다 Connection refused 해결방법 RDS endpoint를 이용하여 터미널에서 접속하여 DROP을 수행할 수 있다 mysql -u {username} -p -h {endpoint} use {DB_name}; //DB선택 SHOW TABLES; //table목록 확인 DROP TABLE {table_name}; //table 삭제 삭제 성공!

    [Datagrip]connection timed out

    [Datagrip]connection timed out

    에러 메세지(Datagrip) java.net.connectexception operation timed out (connection timed out). 에러 메세지(Node.js) unhandledpromiserejectionwarning: error: connect etimedout Express에서 디비 타임아웃이 떠서 Datagrip 들어가보니 Datagrip 에서 접속이 안되고 테이블 불러오는 것도 안되서 RDS 인스턴스 상태 확인도 다시 해봤는데 여전히 안되었다... 해결 와이파이 변경하니 됨 잠깐 다른 곳에 와서 하고 있었는데 방화벽 같은게 있었나보다 핫스팟으로 하는중

    [mysql][08S01]Communications link failure-Datagrip연결

    [mysql][08S01]Communications link failure-Datagrip연결

    Datagrip 연결 에러 탄력적IP를 부여받은 EC2인스턴스(ubuntu 18.04)를 Datagrip에서 mysql을 연결하려 했는데 Test Connection을 해보니 에러가 발생했다. [08S01] Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. java.net.ConnectException: Connection refused (Connection refused). 해결방법 $ cd /etc/mysql/mysql.conf.d $ sudo vi mysqld.cnf #b..