일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- git
- Converting
- pytorch
- Package
- Mac
- Windows
- PostgreSQL
- Database
- docker
- Flask
- DB
- enV
- format
- Paper
- Python
- file
- Laravel
- CUDA
- list
- LLM
- Container
- pandas
- evaluation
- TORCH
- numpy
- KAKAO
- GitLab
- Linux
- AI
- judge
Archives
- Today
- Total
Daily Develope
[MySQL] CLI 명령 본문
ㅇ 커맨드라인 명령
ㅇ Format
mysql -u{id} -P{port} -h{host} -p{password} {database} -e "{query}"
ㅇ Example...
mysql -uroot -P3306 -h127.0.0.1 -pmypassword mydb -e "select * from mytable"
'DB' 카테고리의 다른 글
[PSQL] postgresql 명령어 정리 (0) | 2022.09.27 |
---|---|
[DB] Table 외래키 제약 조건 (0) | 2022.08.10 |
[DB] EXISTS / IN / JOIN 비교 (0) | 2022.06.23 |
[MySQL] 백업 및 복구 (0) | 2022.01.07 |
[MariaDB] 기본 명령어 (0) | 2022.01.07 |
Comments