Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- vue.js
- docker network
- jenkins github 연동
- grpc
- Spring Boot
- java
- gradle
- spring
- jenkins install
- MongoDB
- REACT
- jenkins maven
- MySQL
- jpa
- 리눅스
- jenkins github
- CI/CD
- jenkins jdk
- Jenkins Pipeline
- JavaScript
- Linux
- Docker
- 리액트
- subnetmask
- jenkins 설치
- nginx
- grafana
- Jenkins
- IntelliJ
- error
Archives
- Today
- Total
728x90
목록The MySQL server is running with the --secure-file-priv (1)
뭐든 즐기면서 ;)
MySQL The MySQL server is running with the --secure-file-priv
Error 내용 ERROR 1290 (HY000): The MySQL server is running with the --secure-file-priv option so it cannot execute this statement 해결 방법 1. select @@GLOBAL.secure_file_priv; 로 확인된 경로에 파일을 만들어준다. mysql> select @@GLOBAL.secure_file_priv; +---------------------------+ | @@GLOBAL.secure_file_priv | +---------------------------+ | /var/lib/mysql-files/ | +---------------------------+ 1 row in set (0.00 ..
Error
2023. 5. 13. 02:00
728x90