목록Web/ERROR (9)
blog
serve update 이후 오류 기존에 serve를 이용하고 있었는데, 업데이트 이후 버전을 확인할 때 워닝이 함께 출력됐다. $ sudo npm update -g serve $ serve --version WARNING: Checking for updates failed (use `--debug` to see full error). 14.0.1 $ serve --debug WARNING: Checking for updates failed: ERROR: EACCES: permission denied, open '/tmp/update-check/serve-latest.json' ls -al로 해당 파일을 봤더니 -rw-r--r--. 1 root root 46 7월 25 22:00 serve-latest...

useradd이후 최초 로그인 시, 발생한 에러 → .Xauthority가 없어서 발생 xauth info file 생성 확인을 위해 ls -al /home/사용자/.Xauthority
eclipse 실행은 되는데, workspace가 보이지 않는 오류 발생 eclipse.exe가 있는 위치 확인 cmd -> 이클립스 설치 위치로 이동 -> eclipse -clearPersistedState 모든 설정 초기화 후 자동 실행
인텔리제이 윈도우 기준 alt+f12 터미널 켜서 .\gradlew build --stacktrace Gradle 로 자동 build 했지만 실제로 다운로드를 하지 않아 발생

Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column To disable safe mode, toggle the option in Preferences -> SQL Editor and reconnect. 0.000 sec Edit > Preferences SQL Editor의 Safe Updates (reject UPDATEs and DELETEs with no restrictions) 선택 해제 Query > Reconnect to Server 서버 재접속

ERROR 2002 (HY000): Can't connect to MySQL server on 'localhost' (10061) 오랜만에 구동한 웹 프로젝트에서 mariaDB 연동이 안됐다. 제어판>시스템 및 보안 > 관리도구 > 서비스 에서 MySQL을 시작해도 1067 오류가 떴다. cmd 창에서도 동일오류... C:\Program Files\MariaDB 10.3>type data\에러파일.err data 폴더에 들어가서 .err 파일을 살펴봤음 ibdata1에 관한 오류같은데....구글링해봄 ibdata1, ib_logfile0, ib_logfile1을 제거하고 다시 서비스를 시작하자 제대로 작동됨 서비스는 작동하지만...테이블을 select했을 때 Error code :1932 Table 'D..