
관리자 비밀번호 수정 후 common에서 에러가 나는데요
이럴 경우 어떻게 해야하죠?
Warning: mysqli_connect(): (28000/1045): Access denied for user '?'@'localhost' (using password: YES) in /host/home4/?/html/lib/common.lib.php on line 1444
Connect Error: Access denied for user '?'@'localhost' (using password: YES)
답변 2개
채택된 답변
+20 포인트
그누스트랩
6년 전
varchar(255)옆에 old_password로 바꾸고 해보세요
6년 전
비밀번호는 암호화되어 입력됩니다.
과거에는 sql의 password(*1234) 이렇게 처리되었는데 최근에는
암호화 함수를 사용하는 것 같네요.
/lib/common.lib.php내에서
get_encrypt_string()함수를 찾아보세요.
답변을 작성하려면 로그인이 필요합니다.