웹프로그래밍/셋팅
mysql 재설치시 오류해결방법
하요_
2019. 3. 28. 09:14
오류문 :
The security settings could not be applied to the database because the connection has failed with the following error.
Error Nr. 1045
Access denied for user 'root'@'localhost' (using password: yes)
1. 제어판 - 프로그램 제거 - mysql 삭제
2. C드라이브 Program Files - MYSQL - 해당 MySQL 폴더 삭제
3. C드라이브 ProgramData - MySQL - 해당 MySQL 폴더 삭제
재설치하면 됩니다.