Home > Database > phpMyAdmin > How vps supports phpMyAdmin

How vps supports phpMyAdmin

angryTom
Release: 2020-02-05 17:22:04
Original
1662 people have browsed it

How to install phpMyAdmin on VPS? How to install phpmyadmin? In fact, phpmyadmin is an ordinary program. You only need to download the source code, upload it to your website, and then access it.

How vps supports phpMyAdmin

How vps supports phpMyAdmin

Service software required for the server:

● Web server (Apache or Nginx)

● PHP

● vps open port 80

Specific steps:

1. Download the Zip installation package from the phpmyadmin official website:

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

2. Unzip the downloaded zip installation package (phpMyAdmin-xxx-all-languages.zip) and Rename the decompressed directory to phpMyAdmin, and rename the file config.sample.inc.php in the directory to config.inc.php

3. Open config.inc.php with a text editor such as Notepad. Find

$cfg['blowfish_secret'] = '';
Copy after login

and fill in some complex characters in the middle of ''. Just fill in letters and numbers. This is a safe encryption measure. For example

$cfg['blowfish_secret'] = '235rdwhufwrjr';
Copy after login

After modification, save it and upload the entire phpMyAdmin directory to your website/directory

Visit http://your website/phpMyAdmin/ and enter your mysql username and password. Logged in

Recommended:phpMyAdmin usage tutorial

The above is the detailed content of How vps supports phpMyAdmin. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template