본문 바로가기

Development/Err Code3

[MySQL] mysql 1067 프로세스가 예기치 않게 종료되었습니다 [MySQL] mysql 1067 프로세스가 예기치 않게 종료되었습니다 컴퓨터를 재시작했더니 MySQL 이 자동 실행도 안되고 서비스에서 재실행이 먹질 않았다. [사용환경] MariaDB 10.2 Windows 10 설치경로 : C:\Program Files\MariaDB 10.2 mysql\bin 에서 mysql 서비스 재등록으로도 해결이 되지 않았다. [로그파일] C:\Program Files\MariaDB 10.2\data\DESKTOP-000000.err 2018-12-27 10:48:17 2180 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions 2018-12-27 10:48:17 2180 [Note] InnoDB: Us.. 2018. 12. 27.
MSB8020 The build tools for v140 (Platform Toolset = 'v140') cannot be found IDE : Visual Studio 2013 NUM : MSB8020 MSG : error MSB8020: The build tools for v140 (Platform Toolset = 'v140') cannot be found. To build using the v140 build tools, please install v140 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Upgrade Solution...".C:\Program Files (x86)\MSBuild\M.. 2016. 9. 29.
C4996 This function or variable may be unsafe Visual Studio C4996 에러 해결법! 기존의 Visual C++ 6.0 / Visual C++ 2010 / dev-cpp / Codeblock등 사용자분들이 새로운 버전으로 넘어가면서 어쩔 수 없이 겪는 경험이죠! 이건 새로운 버전인만큼 안전한 함수 [scanf_s]를 쓰라는거에요! 이게 2010까지만 해도 warning 수준에서 그쳐서 무시했는데 2012, 2013으로 넘어오면서 error 형태로 변했어요ㅠ 하지만 괜히 번거롭고 귀찮긴 하죠.. 그래서 에러를 무시하는 전처리를 하는 경우가 대부분이에요! //에러코드 C4996 error C4996: 'scanf': This function or variable may be unsafe. Consider using scanf_s instead.. 2014. 6. 27.