이미지 출처: https://rudalson.tistory.com/entry/윈도우즈-MySQL-error-1042-Unable-to-connect-to-any-of-the-specified-MySQL-hosts [그냥 사는 이야기]
윈도우즈 MySQL error 1042: Unable to connect to any of the specified MySQL hosts
윈도우즈 8 x64 환경에서 MariaDB를 설치하다 에러가 났다. 나중에 다시 인스톨하라고 하지만 계속해도 마찬가지였다. Mysql도 에러 mariadb 최신이 안되면 mysql은 되지 않을까 싶어서 다시 했더니 역시
rudalson.tistory.com
이분과 같은 에러가 발생...
나같은 경우에는 저 방법을 시도해보진 않았고, 다른 방법을 시도해보았다.
https://www.stata.com/support/faqs/windows/installation-error-in-vista/
Stata | FAQ: Installation error in Windows Vista
Why do I receive the error “Installation ended prematurely because of an error” on a Windows Vista machine? Title Installation error in Windows Vista Authors Hua Peng, StataCorp Jennifer Rolfes, StataCorp Some users may encounter the following error
www.stata.com
여기나와있는 방법 중 첫번째 방법을 시도해보았는데, 결과는 에러 해결이었다.
대부분의 발생원인은 VBScript.DLL이 제대로 등록되지않은 것이다.
해결방법 : VBScript.DLL 파일을 등록(Register) 한다.
1. 명령 프롬프트 (CMD) 를 관리자 권한으로 실행한다.
2. regsvr32 %systemroot%\system32\vbscript.dll 를 입력하고 엔터
3. 등록이 완료되었다는 메시지 혹은 팝업이 뜨면 다시 설치 시도
와!
해결!
'프로그래밍 > Database' 카테고리의 다른 글
MySQL(MariaDB)에서 대소문자를 구분하는 방법 (1) | 2020.12.28 |
---|---|
DB 전체 용량 (전체, 사용중, 남은용량) 확인 쿼리 (2) | 2020.03.25 |
오라클 테이블, 컬럼 관련 조회문 (0) | 2019.03.13 |
오라클 컬럼명으로 테이블 찾기 (0) | 2019.03.13 |
SQL PLUS를 사용한 오라클 사용자 추가 (0) | 2019.03.13 |