티스토리 뷰
phpMyAdmin 간단 설치 (YUM 설치)
phpMyadmin 설치
yum install phpMyAdmin
|
phpMyadmin 접근제한 설정
vim /etc/httpd/conf.d/phpMyAdmin.conf
<Directory /usr/share/phpMyAdmin/> Order Deny,Allow Deny from All Allow from 127.0.0.1 phpMyAdmin에 접근할 출발지 아이피입력 Allow from ::1 </Directory> <Directory /usr/share/phpMyAdmin/setup/> Order Deny,Allow Deny from All Allow from 127.0.0.1 phpMyAdmin에 접근할 출발지 아이피입력 Allow from ::1 </Directory> |
브라우저에 아래와 같이 입력
http://아이피/phpMyAdmin |
아이디 패스워드는 MYSQL 계정을 입력하면 된다.
phpMyadmin 접속 완료
phpMyAdmin 에러
The mcrypt extension is missing. Please check your PHP configuration. |
해결방법
yum install php-mcrypt
|
and
vim /etc/php.ini
[PHP] extension=mcrypt.so |
'Linux' 카테고리의 다른 글
Kernel Boot Command-Line Parameter Reference (커널 부트 커맨드 라인 파라미터 레퍼런스) (0) | 2015.12.16 |
---|---|
로그아웃 (logout) 시에 히스토리 (history) 삭제하기 (0) | 2015.12.15 |
우분투 버젼 (ubuntu version) 확인 하기 (0) | 2015.11.10 |
리눅스 CPU 정보 보기 (0) | 2015.09.30 |
centos6 에서 ipaccttable 설치하기 (0) | 2015.08.11 |
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- iptables
- centOS7
- galera
- MySQL
- 베이어다이나믹
- 리눅스
- mariadb
- mod_security
- kvm
- L2TP
- cURL
- gitlab
- IPSEC
- virtualbox
- pptp
- softether
- 인증서
- Apache
- OpenVPN
- centos8
- HAProxy
- glusterfs
- NGINX
- WAF
- ntp
- GeoIP
- yum
- php
- ssh
- SSL
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함