어제 글을 작성했으나 아무리 머리를 굴려봐도 답안이 나오질 않아서
dispaly_error 부분을 T로 하고
다시 해보니
select password('1111') as pass
1064 : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '('1111') as pass' at line 1
error file : /adm/member_form_update.php
요런식으로 에러가 나는데..
이게 무슨 문제인지 모르겟습니다;
다른건 다 잘되는데 이거만 문제되는데 원인이 먼지 알수있을까요?
답변 2개 / 댓글 3개
https://www.phpschool.com/gnuboard4/bbs/board.php?bo_table=qna_db&wr_id=231877
mysql 버전을 확인하셔야할것같네요
답변에 대한 댓글 3개
SET GLOBAL validate_password_policy=LOW;
password 설정을 변경해야합니다.
답변을 작성하려면 로그인이 필요합니다.