Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Centos7 install phpmyadmin

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/03 Report--

This article mainly introduces the method of installing phpmyadmin in Centos7, which has certain reference value and can be used for reference by friends who need it. Let's take a look at Centos7's easy way to install phpmyadmin with me.

Phpmyadmin.yimitest.com 192.168.20.159

Yum install epel-release-y

Yum install php-y

Yum install phpmyadmin-y

Vi / etc/httpd/conf.d/phpMyAdmin.conf

AddDefaultCharset UTF-8

# Apache 2.4

# Require ip 127.0.0.1

# Require ip:: 1

Require all granted

# Apache 2.2

Order Deny,Allow

Allow from 0.0.0.0

Allow from 127.0.0.1

Allow from:: 1

# Apache 2.4

# Require ip 127.0.0.1

# Require ip:: 1

Require all granted

# Apache 2.2

Order Deny,Allow

Allow from 0.0.0.0

Allow from 127.0.0.1

Allow from:: 1

Vi / etc/phpMyAdmin/config.inc.php

$cfg ['AllowArbitraryServer'] = true; / / add http://192.168.20.160/phpmyadmin that can access any mysql server

On the method of installing phpmyadmin in Centos7 is shared here, I hope that the above content can have a certain reference value for everyone, you can learn to apply. If you like this article, you might as well share it for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report