티스토리 뷰
Path 추가
C:\server\php-5.2.17-Win32-VC6-x86
C:\server\php-5.2.17-Win32-VC6-x86\ext
C:\server\Apache2.2\conf\httpd.conf 수정
# For PHP 5 do something like this:
LoadModule php5_module "C:/server/php-5.2.17-Win32-VC6-x86/php5apache2_2.dll"
Alias /mysql "C:/server/phpMyAdmin-3.4.6-all-languages"
-- 생략 --
<Directory "C:/server/phpMyAdmin-3.4.6-all-languages">
Options FollowSymLinks
DirectoryIndex index.html index.htm index.php *.jsp *.php
Order allow,deny
Allow from all
</Directory>
-- 생략 --
AddType application/x-httpd-php .php .php3 .html .htm .phtml
AddType application/x-httpd-php-source .phps
php.ini 파일 생성
php.ini-recommended 파일 C:\server\Apache2.2\bin 폴더에 복사
C:\server\Apache2.2\bin\php.ini 수정 (주석제거)
extension=php_bz2.dll
extension=php_mcrypt.dll
extension=php_mysql.dll
extension=php_mysqli.dll
extension=php_openssl.dll
extension=php_pdo_mysql.dll
extension=php_zip.dll
config.inc.php 생성
C:\server\phpMyAdmin-3.4.6-all-languages\config.sample.inc.php 파일 config.inc.php 로 이름 변경
config.inc.php 수정
<?php
/*
* Generated configuration file
* Generated by: phpMyAdmin 3.4.6 setup script
* Date: Tue, 18 Oct 2011 17:43:55 +0900
*/
/* Servers configuration */
$i = 0;
/* Server: cmxdb [1] */
$i++;
$cfg['Servers'][$i]['verbose'] = 'mysql';
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['port'] = 3306;
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['user'] = '';
$cfg['Servers'][$i]['password'] = '';
/* End of servers configuration */
$cfg['blowfish_secret'] = '';
$cfg['DefaultLang'] = 'en';
$cfg['ServerDefault'] = 1;
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';
?>
- Total
- Today
- Yesterday
- 서울오토살롱
- Java
- Spring MVC
- JavaScript
- 지스타2007
- 전예희
- 일본여행
- SAS
- 동경
- ubuntu
- 레이싱모델 익스트림 포토 페스티벌
- flex
- ble
- Linux
- MySQL
- sas2009
- BPI-M4
- Delphi
- oracle
- NDK
- android
- KOBA
- Xcode
- Spring
- Mac
- ffmpeg
- 튜닝쇼 2008
- Delphi Tip
- 송주경
- koba2010
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |