목록Utility/Mysql (3)
2swan
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 1. MySQL 홈페이지 접속 → DOWNLOADS → MySQL Community(GPL)Downloads 2. Connector/J 선택 3. Platform Independent → ZIP 다운로드 4. mysql-connector-java-8.0.28.jar 복사 5. lib 파일에 붙여넣기
1. employees 파일 압축 풀기 2. cd.. 3. cd.. 4. cd. employees 5. mysql -u root -p 6. password 입력 7. source employees.sql 8. use employees; 9. show tables; cd(change directory의 약자) cd: 디렉토리 들어가는 명령문 cd.. : 상위 디렉토리 들어가는 명령문 use employees; : 스키마 변경 명령어 show tables; : 해당 스키마 명령어 종류 확인 show databases; : 데이터베이스 목록 조회
MySQL Over 2000 ISVs, OEMs, and VARs rely on MySQL as their products' embedded database to make their applications, hardware and appliances more competitive, bring them to market faster, and lower their cost of goods sold. Learn More » www.mysql.com 1. 홈페이지 주소에 접속한 후 상단의 DOWNLOADS 클릭 2. 하단에 MYSQL Community (GRL) Downloads 3. MYSQL Community Server 클릭 4. Go to Download Page 클릭 5. Archives 클릭 6. W..