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

Example of server installation and configuration of phpmyadmin

2025-02-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

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

Editor to share with you an example of server installation and configuration of phpmyadmin, I believe that most people do not know much about it, so share this article for your reference, I hope you can learn a lot after reading this article, let's go to know it!

1. Download phpMyAdmin

Download address: https://www.phpmyadmin.net/downloads/

2. Decompress the downloaded file

Tar-zvxf phpMyAdmin-3.5.3-all-languages.tar.gz

3. Move the decompressed files to the specified directory

Mv phpMyAdmin-3.5.3-all-languages / usr/share/phpMyAdmin

4. Enter the specified directory

Cd / usr/share/phpMyAdmincp config.sample.inc.php config.inc.php

5. Create a configuration file under apache

Vi / etc/httpd/conf.d/phpmyadmin.conf

Insert the following:

# # Web application to manage MySQL # Order deny,allow # Deny form all # Allow from localhost # Alias / phpmyadmin / usr/share/phpMyAdmin Alias / phpMyAdmin / usr/share/phpMyAdmin Alias / mysqladmin / usr/share/phpMyAdmin

6. Testing

Restart mysql and apache and type: your ip/phpMyAdmin in the browser to display the login screen.

If you report an error that your php does not support the mysqli extension, you may not have installed the mysql module when you installed php. Follow the steps below to solve the problem:

Yum install php-mysql

Then add extension=mysqli.so to php.ini

Restart mysql and apache, type: your ip/phpMyAdmin in the browser again, and the login screen will be displayed correctly.

These are all the contents of this article entitled "examples of server installation and configuration of phpmyadmin". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

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

Database

Wechat

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

12
Report