데이터베이스/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