웹마스터 팁
page_full_width">
MySQL 5.0 이상 버전에서 Myadmin 접근시 문제 해결
2007.03.16 18:58
http://dev.mysql.com/doc/refman/5.0/en/old-client.htmlMySQL 버전이 5.0 으로 올라가면서
암호화 알고리즘이 변경되어 이전의 사용자가 등록된 데이터베이스를 로그인이 안되거나 관리자 로그인이
안되는경우가 있다 ㅇㅅㅇ..
다음과 같이 하자...........
Tell the server to use the older password hashing algorithm:
1. Start mysqld with the --old-passwords option.
Assign an old-format password to each account that has had its password updated to
the longer 4.1 format. You can identify these accounts with the following query:
2. mysql> SELECT Host, User, Password FROM mysql.user -> WHERE LENGTH(Password) > 16;
암호화 알고리즘이 변경되어 이전의 사용자가 등록된 데이터베이스를 로그인이 안되거나 관리자 로그인이
안되는경우가 있다 ㅇㅅㅇ..
다음과 같이 하자...........
Tell the server to use the older password hashing algorithm:
1. Start mysqld with the --old-passwords option.
Assign an old-format password to each account that has had its password updated to
the longer 4.1 format. You can identify these accounts with the following query:
2. mysql> SELECT Host, User, Password FROM mysql.user -> WHERE LENGTH(Password) > 16;
댓글 6
-
니케
2007.04.25 19:18
한달째 댓글이 없다...... 다들 이해한건가.... -
나뭇잎
2007.05.23 11:35
씨큐엘이 너무 어려워서 접근조차 못하고 있는거임 -
지혀니™
2007.07.01 01:23
16바이트..인건가 -
지혀니™
2007.07.01 01:24
...SQL이라도 저렇게 세팅해놔야지 ..; -
지혀니™
2007.07.01 01:24
좋은 정보 감사드려요! ... 이것으로 니케님의 게시물에 리플을 늘려가는겁니다! <- -
지혀니™
2007.07.01 01:27
ERROR 1064 (42000): 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 '16' a
t line 3
라는 오류가 뜨는군요 (..