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

How to install phpMyAdmin in linux system

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

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

How to install phpMyAdmin in linux system, in view of this problem, this article introduces the corresponding analysis and solution in detail, hoping to help more partners who want to solve this problem to find a more simple and feasible method.

1. First download the source package on the official website of phpMyAdmin

Cd / usr/local/src

2. Download the phpMyAdmin installation package

Wget https://files.phpmyadmin.net/phpMyAdmin/4.6.0/phpMyAdmin-4.6.0-all-languages.tar.gz

3. Decompress the file

Tar zxvf phpMyAdmin-4.6.0-all-languages.tar.gz

4. Put phpMyAdmin-4.6.0-all-languages under the web directory

Mv phpMyAdmin-4.6.0-all-languages / usr/local/nginx/html

5. Rename

Mv phpMyAdmin-4.6.0-all-languages phpMyAdmin

Configuration:

Cd / usr/local/nginx/html/phpMyAdmin/libraries

Vim config.default.php

Modify the following three areas

$cfg ['Servers'] [$I] [' host'] = '127.0.0.1'

$cfg ['Servers'] [$I] [' user'] = 'root'

$cfg ['Servers'] [$I] [' password'] = '123456'

Error report:

Mysqli_real_connect (): (HY000/2002): No such file or directorymysqli_real_connect (): (HY000/2002): No such file or directory

Solution:

Change the configuration file config.sample.inc.php in the phpmyadmin directory to config.inc.php. And modify the following:

$cfg ['Servers'] [$I] [' host'] = 'localhost'

# change to

$cfg ['Servers'] [$I] [' host'] = '127.0.0.1'

This is the answer to the question about how to install phpMyAdmin in the linux system. I hope the above content can be of some help to you. If you still have a lot of doubts to solve, you can follow the industry information channel to learn more about it.

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

Internet Technology

Wechat

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

12
Report