phpMyAdmin Installation and use graphics tutorial 1th/2 page _php Tutorial

Source: Internet
Author: User
phpMyAdmin Introduction
phpMyAdmin is a PHP-based program that can control and manipulate MySQL over the internet. With phpMyAdmin, you can fully manipulate the database, such as setting up, copying/deleting data, and so on.

Installation article

First step: Download phpMyAdmin

To the Sky Software station download phpMyAdmin, address: http://tele.skycn.com/index.html, search phpMyAdmin can appear the latest updated phpMyAdmin version, it is recommended to use a multi-language version, so that the simplified Chinese characters appear.

Step two: Local configuration phpMyAdmin

Extract the downloaded phpMyAdmin, and the extracted folder renamed to phpMyAdmin, and then locate the folder/phpmyadmin/libraries under the config.default.php, copy it to/ phpMyAdmin Rename to config.inc.php
Open config.inc.php with Notepad, edit-find ...

Find $cfg[' pmaabsoluteuri '] = ';
Change it to
$cfg [' pmaabsoluteuri '] = ' http://localhost/phpmyadmin ';
[That is, the IP or domain name of your website service plus the folder name of your phpMyAdmin]

Find $cfg[' Servers ' [$i] [' auth_type '] = ' config ';
Change config to HTTP, i.e.
$cfg [' Servers '] [$i] [' auth_type '] = ' http ';
[After you change to HTTP, you can have a login dialog box like a login router]

Save exit.

Step three: Upload phpMyAdmin

After the local configuration is complete, upload the binary to the Web folder on your server or virtual server httproot, and some servers have the root folder called Htdocs.
Enter the address in the browser, for example: Http://www.jb51.net/phpmyadmin, a dialog box that enters the user name and password, as shown in:

Then we can enter your phpMyAdmin page by filling in the account and password provided by the server provider to us with read and write privileges. If the interface that appears is not Chinese, the version of multi-language version is installed, you can select English in this location on the right.

This concludes the installation of the entire phpmyadmin.

Little Tricks
Do you realize what's wrong with it? If everyone did what I did, then. Is everyone's phpmyadmin location in HTTP.//URL/phpmyadmin here? This situation can be changed. Just rename the Phpmyamin folder. If I want to change the name to PMA (each word, easy to remember), the path:/USR/LOCAL/APACHE/HTDOCS/PMA, so others will not be able to solve the position of phpmyadmin ... Only you know it.

http://www.bkjia.com/PHPjc/319334.html www.bkjia.com true http://www.bkjia.com/PHPjc/319334.html techarticle phpMyAdmin profile phpMyAdmin is a PHP-based program that allows you to control and manipulate MySQL via the internet. With phpMyAdmin, you can fully manipulate the database, such as set up, copy/delete number ...

  • 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.