1 답변 글타래를 보이고 있습니다
1 답변 글타래를 보이고 있습니다
- 게시판 ‘게시판’가 새 게시글과 답변으로 마감했습니다.
워드프레스 아바다 테마 › 게시판 › 게시판 › phpmyadmin의 dbdoor가 되지않습니다., 게시글 #4788,#4789는 해결함-감사!
물론://127.0.0.1/dbdoor 접근시
phpmyadmin 로그인에서 발버둥치니 다음과 같은 에러메세지
“#1045 Cannot log in to the MySQL server”로 검색하니
답변에서
http://stackoverflow.com/questions/13357561/error-1045-cannot-log-in-to-mysql-server-phpmyadmin
Answer;
You need to do two additional things after following the link that you have mentioned in your post:
One have to map the changed login cridentials in phpmyadmin’s config.inc.php
and second, you need to restart your web and mysql servers..
php version is not the issue here..you need to go to phpmyadmin installation directory and find file config.inc.php and in that file put your current mysql password at line
$cfg[‘Servers’][$i][‘user’] = ‘root’; //mysql username here
$cfg[‘Servers’][$i][‘password’] = ‘password’; //mysql password here
이렇게 했더니 다시 로그인 시도하니 경고장이 밑에뜨네요.
Warning in .\libraries\session.inc.php#122
session_regenerate_id(): Session object destruction failed
Backtrace
.\libraries\session.inc.php#122: session_regenerate_id(boolean true)
.\libraries\common.inc.php#872: PMA_secureSession()
.\index.php#12: require_once(.\libraries\common.inc.php)
#1045 Cannot log in to the MySQL server
지금껏 방화벽도 해제하고 많은 것을 했으나 허사입니다.
조그만 변화에 둔감해서 일어난 일인지 근본적인 것을 알고싶네요.
빠른 회신에 감사드립니다.
남은 하루도 즐거이 보내시고 전 탐구정신 발휘합니다.
새해 복많이 받으세요.