- Download MySQL Community Server
- Check the MySQL Server activated
- Download JDBC Connector Driver
- Click Edit... button the below image to add
mysql-connect-java-8.0.11.jar
in the system library
- Add the jar file via the Add External JARs... button
- Source Code for JDBC Connection Test
- MySQL Login
cd /usr/local/mysql/bin
./mysql -u root -p
- Create MySQL Database
create database demo;
- Create demo database
show databases;
- Check databases
- KST Error
serverTimeszone=Asia/Seoul
- SSL connection Error