일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- sliding video q-former
- multimodal machine learning
- memory bank
- jmeter
- 용어
- timestamp-aware frame encoder
- CNN
- MySQL
- Linux
- Python
- q-former
- transference
- Server
- 코딩테스트
- Artificial Intelligence
- Github
- tensorflow
- long video understanding
- quantification
- secure-file-priv
- ma-lmm
- error
- LeNet-5
- autogluon
- Anaconda
- Kaggle
- 백준
- timechat
- leetcode
- hackerrank
Archives
- Today
- Total
반응형
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- sliding video q-former
- multimodal machine learning
- memory bank
- jmeter
- 용어
- timestamp-aware frame encoder
- CNN
- MySQL
- Linux
- Python
- q-former
- transference
- Server
- 코딩테스트
- Artificial Intelligence
- Github
- tensorflow
- long video understanding
- quantification
- secure-file-priv
- ma-lmm
- error
- LeNet-5
- autogluon
- Anaconda
- Kaggle
- 백준
- timechat
- leetcode
- hackerrank
Archives
- Today
- Total
Juni_DEV
[MySQL] ERROR 1290 (HY000): The MySQL server is running with the --secure-file-priv option so it cannot execute this statement 본문
Error
[MySQL] ERROR 1290 (HY000): The MySQL server is running with the --secure-file-priv option so it cannot execute this statement
junni :p 2023. 11. 7. 12:50반응형
MySQL로 select INTO OUTFILE으로 SELECT문을 txt파일로 추출하려고 하는데 자꾸 아래 에러가 발생했음...
ERROR 1290 (HY000): The MySQL server is running with the --secure-file-priv option so it cannot execute this statement
확인할 수 있는 방법을 다 시도해 봤는데도 이상하게 안 됐는데
나 같은 경우는 해당 폴더에 똑같은 이름의 파일이 있었다......... 그냥 이름 충돌...
잘 확인하자!!
해당 블로그는 나 같이 바보짓이 아닌 일반적인 경우의 해결 방법들이 잘 정리되어 있는 것 같아서 첨부
https://myinfrabox.tistory.com/209
반응형
'Error' 카테고리의 다른 글
Comments