그누보드

phpMyadmin에서 MySql 관리자 암호 바꾸기

유앤아이의 뉴패러다임 2012. 10. 21. 10:57
먼저 홈페이지로 로그인합니다.
 
예제
 
Actions 부분에서 암호 변경을 클릭합니다.
아마 기본 그누보드를 설치시에 대부분 root(사용자) 명으로 되어 있을 것입니다.
 

암호 변경 창에서 암호를 선택한후 변경할 MySql 비밀번호를 입력합니다.
 
주의)
Generate Password을 선택할시에 암호명이 긴 암호명으로 변경되니 필히 메모해 놓아야 낭패를 보지 않습니다.
 

이제 서버에서 MySql Server를 재시작 해줍니다.
 
root@ubuntu:/home/www# /etc/init.d/mysql restart
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service mysql restart
 
Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the stop(8) and then start(8) utilities,
e.g. stop mysql ; start mysql. The restart(8) utility is also available.

mysql stop/waiting
mysql start/running, process 1427
 

정상적으로 사용자 이름인 root와 패스워드를 입력하면 phpMyAdmin 창으로 로그인이 됩니다.
혹시 로그인이 이상이 있는경우에는 dbconfig.php파일도 점검해 봅니다.