먼저 홈페이지로 로그인합니다.
예제
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
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.
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파일도 점검해 봅니다.
'그누보드' 카테고리의 다른 글
그누보드 호환 빌더 설치시 한글메뉴깨짐 현상 (0) | 2012.10.21 |
---|---|
웹브라우저에서 홈페이지 레이아웃이 서로 다르게 보이는 증상 (0) | 2012.10.21 |
그누보드 게시판 글 작성시 긴글이 짤리는 현상 (0) | 2012.10.21 |
그누보드 검색에서 HTML 코드 출력되는 문제 해결법 (0) | 2012.10.21 |
그누보드 본문폭 늘이기 (0) | 2012.10.21 |