1. Mysql설치
https://cafe.naver.com/dowhatevers/403
설치
1.https://dev.mysql.com/downloads/mysql/ 에 접속하여 MySQL Community 8.0 설치 2. 플랫폼을 Microsoft Wind...
cafe.naver.com
2. Mysql 접속
- 경로
cd C:\Program Files\MySQL\MySQL Server 8.0\bin
mysql -u root -p
- Password(설치 시 설정한 패스워드)
password : oracle
'programming > DB' 카테고리의 다른 글
[PostgreSQL] 날짜 함수 to_timestamp() (0) | 2022.06.15 |
---|---|
[PostgreSQL] 문법 사이트 (0) | 2022.06.15 |
[PostgreSQL] substring() 함수 (0) | 2022.06.15 |
column 데이터 타입 변경 : modify (0) | 2021.08.25 |
- 데이터베이스(DB) 생성, - 테이블(Table) 생성, - 데이터 입력,삭제 (0) | 2021.08.24 |
댓글