phpMyAdmin installation and use graphics and text tutorial 1th/2 page _php Basics

Source: Internet
Author: User
Tags phpmyadmin
phpMyAdmin Introduction
phpMyAdmin is written in PHP and can control and manipulate MySQL via the internet. The database can be completely manipulated by phpMyAdmin, such as building, copying/deleting data, and so on.

Installation article

The 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, we recommend the use of multi-language version, in order to appear in Simplified Chinese characters.

Step two: Local configuration phpMyAdmin

Unzip the downloaded phpMyAdmin and rename the extracted folder to phpMyAdmin, then navigate to the config.default.php under/phpmyadmin/libraries of this folder and copy it to/ phpMyAdmin and renamed 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, your website service IP or domain name plus your phpMyAdmin folder name]

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

Save exit.

Step three: Upload phpMyAdmin

After the local configuration is completed, the binaries are uploaded to the Web folder on your server or virtual server httproot, and some servers have a root folder called Htdocs.
Enter the address in the browser, such as: Http://www.jb51.net/phpmyadmin, you will jump out of a user name and Password dialog box, as shown in the following figure:

Then we will provide the server provider to us with read and write access to the account and password to fill in, you can enter the phpMyAdmin page. If the appearance of the interface is not in Chinese, installed a multi-language version, you can on the right as shown in this position to choose Simplified Chinese

This concludes the installation of the entire phpmyadmin.

Small Tips
Are you smart enough to notice what's wrong with it? If everyone does what I do. is not everyone's phpmyadmin location in the http://URL/phpmyadmin here? This situation can be changed. Just rename the Phpmyamin folder. If I want to change the name to PMA (each take a word, convenient memory), path:/USR/LOCAL/APACHE/HTDOCS/PMA, so that others can not solve the position of the phpmyadmin ... You're the only one that's left.
Current 1/2 page 12 Next read the full text

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.