MYSQL에서는 기본적으로 제공하는 Workbench를 설치하여 Delete, Update 를 사용시에 Where 절을 넣지 않고 사용하면은 아래의 오류가 발생하며 지워지지 않는다. Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column To disable safe mode, toggle the option in Preferences -> SQL Editor and reconnect. 이런 경우는 SAFE MODE 가 켜져있어서 그런다. 2가지 방법을 하면 사용할수 있다. 1. WORKBENCH 에서 아래의 쿼리를 실해하면 된다. SET SQL_S..
Mysql 8이하버전은 com.mysql.jdbc.Driver을 사용하였지만 Mysql 8이상은 com.mysql.cj.jdbc.Driver 으로 사용한다. Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary. Mysql로 접속시에 이런 오류가 발생할수있다. java.sql.SQLException: The server time zone value '���ѹα..