찾다 찾다 포기하고 이곳에서 질문드립니다.
그누보드 utf-8 버전에서 phpadmin 이 들어있는 버전은 몇인가요?
없다면, 혹시 변환해서 쓰고 있는 분은 자료공유부탁드립니다.
그누보드 utf-8 버전에서 phpadmin 이 들어있는 버전은 몇인가요?
없다면, 혹시 변환해서 쓰고 있는 분은 자료공유부탁드립니다.
댓글 6개
아래 링크에서 zip 버전 다운받아서
adm/phpMyAdmin 처럼 업로드하구요..
http://www.phpmyadmin.net/home_page/index.php
adm/phpMyAdmin/config.inc.php 파일이 있어야 하는데 아래처럼 쓰면될겁니다.
참고로 폴더안에 config.sample.inc.php 파일 참고하구요..
config.inc.php
<?php
$cfg['blowfish_secret'] = 'cookie'; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */
$i = 0;
$i++;
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = false;
$cfg['Servers'][$i]['extension'] = 'mysql';
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';
?>
참고
언어셋은 공통으로 사용되구요
phpMyAdmin 들어갈때 언어셋 선택하고 로그인하면됩니다.
adm/phpMyAdmin 처럼 업로드하구요..
http://www.phpmyadmin.net/home_page/index.php
adm/phpMyAdmin/config.inc.php 파일이 있어야 하는데 아래처럼 쓰면될겁니다.
참고로 폴더안에 config.sample.inc.php 파일 참고하구요..
config.inc.php
<?php
$cfg['blowfish_secret'] = 'cookie'; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */
$i = 0;
$i++;
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = false;
$cfg['Servers'][$i]['extension'] = 'mysql';
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';
?>
참고
언어셋은 공통으로 사용되구요
phpMyAdmin 들어갈때 언어셋 선택하고 로그인하면됩니다.
게시글 목록
| 번호 | 제목 |
|---|---|
| 284508 | |
| 284499 | |
| 284492 | |
| 284490 | |
| 284484 | |
| 284481 | |
| 284478 | |
| 284476 | |
| 284474 | |
| 284472 | |
| 284470 | |
| 284458 | |
| 284457 | |
| 284454 | |
| 284453 | |
| 284447 | |
| 284446 | |
| 284444 | |
| 284441 | |
| 284440 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기