테스트 사이트 - 개발 중인 베타 버전입니다

이 오류가 무슨오류인가요?

estell 6년 전 조회 2,442

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개

6년 전

php , mysql 버전문제에요 .

 

로그인 후 평가할 수 있습니다

댓글을 작성하려면 로그인이 필요합니다.

d
6년 전

서버 /etc/my.cnf를 열어서 old_passwords=1부분을

#old_passwords=1
앞에 #를 붙혀서 주석처리하시면 됩니다.

로그인 후 평가할 수 있습니다

답변에 대한 댓글 1개

e
estell
6년 전
제가 잘 몰라서 그런지 /etc/my.cnf 이 경로를 못찾겠네요
ftp에 public_html 이경로 안에서 있는건가요?
죄송하지만 더 자세히 설명 가능할까요?

댓글을 작성하려면 로그인이 필요합니다.

d
6년 전

 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개

e
estell
6년 전
my.cnf에 old_password를 주석처리하라는 말입니다.
여기에서 이 my.cnf 경로가 아닌지 아시나요? 제가 아직 잘 몰라서요

댓글을 작성하려면 로그인이 필요합니다.

플래토
6년 전

호스팅 받는 사이트의 

PHP / MySql 버전이 너무 낮은것 같네요

 

설치중이시라면

 

웹호스팅을 초기화 하시고, PHP / MySql버전을 좀더 높은것으로 선택하신다음에

다시 시도해보세요

로그인 후 평가할 수 있습니다

댓글을 작성하려면 로그인이 필요합니다.

1. MYSQL 암호가 틀린경우.

2. 제공되는 MYSQL 버전이 4.1 이하인경우

로그인 후 평가할 수 있습니다

댓글을 작성하려면 로그인이 필요합니다.

답변을 작성하려면 로그인이 필요합니다.

로그인