Computer Engineering/DB_MySQL2 에러 Lost connection to MySQL server during query 30.016 sec 아래 명령어를 실행해주면 오류 해결! SET GLOBAL max_allowed_packet=1073741824; SET GLOBAL wait_timeout = 600; SET GLOBAL net_read_timeout = 600; SET GLOBAL connect_timeout = 600; 참조 블로그) https://forum.inductiveautomation.com/t/error-code-2013-lost-connection-to-mysql-server-during-query/55199/3 2023. 7. 26. Spring과 MySQL 버전 문제로 인한 연결 오류 The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. => 해당 오류가 뜨면 Spring pom.wml 에서 mysql-connector-java 라이브러리 버전을 변경해줘야 한다 => 버전은 이용하는 MySQL 버전과 동일하게 맞춰주기! 2023. 7. 25. 이전 1 다음