일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- MySQL
- Github
- Kaggle
- 백준
- CNN
- memory bank
- leetcode
- quantification
- ma-lmm
- secure-file-priv
- long video understanding
- q-former
- timechat
- timestamp-aware frame encoder
- error
- jmeter
- 코딩테스트
- sliding video q-former
- LeNet-5
- Anaconda
- hackerrank
- tensorflow
- 용어
- Linux
- Server
- autogluon
- transference
- multimodal machine learning
- Python
- Artificial Intelligence
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
- MySQL
- Github
- Kaggle
- 백준
- CNN
- memory bank
- leetcode
- quantification
- ma-lmm
- secure-file-priv
- long video understanding
- q-former
- timechat
- timestamp-aware frame encoder
- error
- jmeter
- 코딩테스트
- sliding video q-former
- LeNet-5
- Anaconda
- hackerrank
- tensorflow
- 용어
- Linux
- Server
- autogluon
- transference
- multimodal machine learning
- Python
- Artificial Intelligence
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