이 오류가 무슨오류인가요?
Warning: mysqli_connect(): (HY000/2000): mysqlnd cannot connect to MySQL 4.1+ using the old insecure authentication. Please use an administration tool to reset your password with the command SET PASSWORD = PASSWORD('your_existing_password'). This will store a new, and more secure, hash value in mysql.user. If this user is used in other scripts executed by PHP 5.2 or earlier you might need to remove the old-passwords flag from your my.cnf file in /home/shopy002/public_html/lib/common.lib.php on line 1423
Connect Error: mysqlnd cannot connect to MySQL 4.1+ using the old insecure authentication. Please use an administration tool to reset your password with the command SET PASSWORD = PASSWORD('your_existing_password'). This will store a new, and more secure, hash value in mysql.user. If this user is used in other scripts executed by PHP 5.2 or earlier you might need to remove the old-passwords flag from your my.cnf file
------------------------------------------------------------
호스트먼트에서 영카트5를 설치하고 나서 마지막mysql 정보를 넣고 그 다음으로 넘기니
이런 오류가 뜹니다 이제 무슨 오류인가요? 고수님들 가르쳐주세요 ㅜ
답변 5개
서버 /etc/my.cnf를 열어서 old_passwords=1부분을
#old_passwords=1
앞에 #를 붙혀서 주석처리하시면 됩니다.
답변에 대한 댓글 1개
댓글을 작성하려면 로그인이 필요합니다.
If this user is used in other scripts executed by PHP 5.2 or earlier you might need to remove the old-passwords flag from your my.cnf file in /home/shopy002/public_html/lib/common.lib.php on line 1423
my.cnf에 old_password를 주석처리하라는 말입니다.
답변에 대한 댓글 1개
여기에서 이 my.cnf 경로가 아닌지 아시나요? 제가 아직 잘 몰라서요
댓글을 작성하려면 로그인이 필요합니다.
호스팅 받는 사이트의
PHP / MySql 버전이 너무 낮은것 같네요
설치중이시라면
웹호스팅을 초기화 하시고, PHP / MySql버전을 좀더 높은것으로 선택하신다음에
다시 시도해보세요
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인
ftp에 public_html 이경로 안에서 있는건가요?
죄송하지만 더 자세히 설명 가능할까요?