Because to install WordPress, online Check the next installation of WordPress to install phpMyAdmin, the premise is to install the Apmseverx virtual host on their local computer can, in the local Access phpMyAdmin page. The following steps let me omit the default everyone has installed the Apmsever,phpmyadmin installation steps as follows:
1.https://www.phpmyadmin.net/visit this page to download the latest version of the installation package.
2. Unzip the installation package into the Htdocs folder in the Apmsever.
3. $cfg[' Blowfish_secret ' in the phpmyadmin/libraries/config.default.php '; Change to $cfg [' blowfish_secret '] = ' 123456 '; (Note: The ' 123456′ ' is a random character)
In the phpMyAdmin directory, open the config.sample.inc.php,18 line $cfg [' blowfish_secret '] = '; Change to $cfg [' blowfish_secret '] = ' 123456 '; (Note: The ' 123456′ ' is a random character)
4. Configuring the config.default.php File
- Open config.default.php, find $cfg[' pmaabsoluteuri '] = "", plus phpmyadmin path, such as: $cfg [' pmaabsoluteuri '] = "http://218.241.157.76:3380/"
$cfg [' Servers '] [$i] [' user '] = ' root ';
$cfg [' Servers '] [$i] [' password '] = ';
Fill in your MySQL user and password, here is
$cfg [' Servers '] [$i] [' user '] = ' root ';
$cfg [' Servers '] [$i] [' password '] = ' 123456 ';
- Change the root user and password.
After modifying the file, enter the "localhost/phpmyadmin" login information in the browser as follows:
Server: 127.0.0.1:3306
User name: Root
Password: blank (no fill)
How to install phpMyAdmin and access addresses on your local computer