Oracle/MySQL °ü·Ã °Ô½ÃÆÇ

2017/09/06(00:07) from 58.231.170.99
ÀÛ¼ºÀÚ : ÁÖÀÎÀå Á¶È¸¼ö : 2839 , ÁÙ¼ö : 97
[APM] Apache-2.4.27-Win32-VC15 + php-5.6.31-Win32-VC11-x86
1. ÇÊ¿äÇÑ ÆÄÀÏ

httpd-2.4.27-Win32-VC15.zip (https://www.apachelounge.com/download/)
httpd-2.4.27-Win64-VC15.zip (https://www.apachelounge.com/download/)
php-5.6.31-Win32-VC11-x64.zip (http://windows.php.net/download/)
php-5.6.31-Win32-VC11-x86.zip (http://windows.php.net/download/)
vc_redist.x64.zip (https://www.apachelounge.com/download/)
vc_redist.x86.zip (https://www.apachelounge.com/download/)
phpMyAdmin-4.7.3-all-languages.zip (https://www.phpmyadmin.net/files/4.7.3/)


2. Apache-2.4.27-Win32-VC15 ¼³Ä¡ µð·ºÅ丮

D:\Apache-2.4.27-Win32-VC15


3. php-5.6.31-Win32-VC11-x86 ¼³Ä¡ µð·ºÅ丮

D:\Apache-2.4.27-Win32-VC15\lib\php-5.6.31-Win32-VC11-x86


4. phpMyAdmin-4.7.3-all-languages ¼³Ä¡ µð·ºÅ丮

D:\Apache-2.4.27-Win32-VC15\htdocs\phpMyAdmin-4.7.3-all-languages


5. Apache's httpd.conf ¼³Á¤

# If the AddEncoding directives above are commented-out, then you
# probably should define those extensions to indicate media types:
#
AddType application/x-compress .Z
AddType application/x-gzip .gz .tgz

#
# jkkang's add (2017. 09. 05)
#
AddType application/x-httpd-php .php .inc .bak .old .c

# Real-time info on requests and configuration
#Include conf/extra/httpd-info.conf

#
# jkkang's add (2017. 09. 05)
#
# PHP5
Include conf/extra/httpd-php5.conf


6. Apache's extra/httpd-php5.conf ¼³Á¤

#
# jkkang's add (2017. 09. 05)
# mod_php5 ¼³Á¤
#
LoadModule php5_module "D:/Apache-2.4.27-Win32-VC15/lib/php-5.6.31-Win32-VC11-x86/php5apache2_4.dll"
AddType application/x-httpd-php .php .html
PHPIniDir "D:/Apache-2.4.27-Win32-VC15/lib/php-5.6.31-Win32-VC11-x86"


7. php-5.6.31's php.ini ¼³Á¤

D:/Apache-2.4.27-Win32-VC15/lib/php-5.6.31-Win32-VC11-x86\php.ini


; Directory in which the loadable extensions (modules) reside.
; http://php.net/extension-dir
; extension_dir = "./"
; On windows:
; extension_dir = "ext"
;
; jkkang's add (2017. 09. 05)
;
extension_dir = "D:\Apache-2.4.27-Win32-VC15\lib\php-5.6.31-Win32-VC11-x86\ext"


8. phpMyAdmin Á¢¼Ó

http://localhost/phpMyAdmin-4.7.3-all-languages/


@ Error
Login without a password is forbidden by configuration (see AllowNoPassword)


@ ÇØ°áÃ¥
phpmyadmin¿¡¼­ ¾Æ·¡ ÆÄÀÏÀ» ÆíÁý
config.inc.php
¿¡ ¾Æ·¡¶óÀÎ Ãß°¡

/* ¾ÏÈ£¾øÀÌ root·Î ·Î±äÇÏ°íÀÚ ÇÒ¶§ È°¼ºÈ­ false -> true*/
$cfg['Servers'][$i]['AllowNoPassword'] = true;





Modify Delete Post Reply Backward Forward List
Powered by Kang Jul Ki