riyenas0925 / Sejong_Track_Management

:school: 세종대학교 트랙관리 프로그램
Apache License 2.0
6 stars 2 forks source link

CLN,ENH : mybatis에서 JPA 로 변경, 심화교과 판정 추가 #77

Closed riyenas0925 closed 4 years ago

riyenas0925 commented 4 years ago
riyenas0925 commented 4 years ago

Eclipse Che 설정 파일

mysql -u root

UPDATE mysql.user SET authentication_string=PASSWORD('1234') WHERE user='root'; 
FLUSH PRIVILEGES;

GRANT ALL ON sejongtrack.* TO 'root'@'127.0.0.1' IDENTIFIED BY '1234';

CREATE SCHEMA sejongtrack;
kimhanui commented 4 years ago

simpler 👍