๋ฐ์ดํฐ๋ฒ ์ด์ค/DBMS
DBMS | My SQL JDBC๋ฅผ ์ฌ์ฉํ JSP์ ๋ฐ์ดํฐ๋ฒ ์ด์ค์ ์ฐ๋ | JDBC์ฐ๋๊ณผ DB์ฐ๋ ๊ฐ์ฒด๋ค | projectํ์ฉ dbconn.jsp
DB์ฐ๋์ ์ฐ๋ ํ์ผ ๋ค์ด๋ก๋ dev.mysql.com/downloads/connector/j/ MySQL :: Download Connector/J MySQL Connector/J 8.0 is highly recommended for use with MySQL Server 8.0, 5.7 and 5.6. Please upgrade to MySQL Connector/J 8.0. dev.mysql.com DBeaver JSP_connection_query.sql # ๋ง์ฝ์ testdb๊ฐ ์๋ค๋ฉด ์ญ์ drop database if exists testdb; create database testdb; # testdb ์ฌ์ฉ use testdb; # member ํ
์ด๋ธ ์์ฑ drop table if exists ..
2021. 1. 11. 15:02