티스토리 뷰
* 여기서 다운로드 후 설치
https://dev.mysql.com/downloads/mysql/
- 참고 : Installer 가 32bit 라도 MySQL 64 bit 설치 가능
- 참고 2 : 다음 화면에서
Strong passwod Encryption for authentication 선택하면 Workbench 에서 오류 발생하는 현상 있었음. (두번째 Legacy ... 로 고치고 해결됨)
* .NET Framework 4.5.2 요구하는 경우
다운로드
https://www.microsoft.com/en-us/download/details.aspx?id=42642
* 오류 : api-ms-win-crt-runtime-l1-1-10.dll 를 찾을 수 없습니다
- 해결방법 : 다음 주소에서
vc_redist.x64.exe (또는 x86) 다운
https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads
실행하기 전에 다음 사항들 수정하여 실행.
- 1. vc_redist.x64.exe 파일 위에서 우클릭 => 속성 => 호환성(탭) => Windows Server 2003(서비스팩1) 선택 후 확인
주의 : 내가 Win7 쓰고 있다고 해도 무조건 WIndows Server 2003 선택
안 하면 0x80240017
http://blog.naver.com/PostView.nhn?blogId=pine1484&logNo=220973804723
- 2. 실행시 우클릭 => 관리자 모드로 실행
안 하면 0x80070005 오류
'SW개발 > Database' 카테고리의 다른 글
MySQL 원격 접속 / ERROR 1410 (42000): You are not allowed to create a user with GRANT (3) | 2018.05.09 |
---|---|
ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061) (0) | 2018.05.01 |
ubuntu 14.04 / mariaDB 설치 (실패) (1) | 2018.05.01 |
ubuntu 14.04 / MySQL 설치 (0) | 2018.05.01 |
듀얼부팅 환경 (윈도우 , 우분투) MariaDB 공유 (0) | 2018.04.29 |