How to install phpMyAdmin and access addresses on your local computer

Source: Internet
Author: User
Tags install wordpress phpmyadmin

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/"

    • Find


$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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.