Page 1/2 of phpmyadmin installation and use text tutorials

Source: Internet
Author: User
This tutorial is dedicated to introducing phpmyadmin, which will not be installed or used by myself.
PhpMyAdmin is written in PHP and can be used to control and operate MySQL over the Internet. PhpMyAdmin can be used to operate databases, such as creating, copying, and deleting data.

Installation

Step 1: Download phpmyadmin

Download phpmyadmin from The Apsara stack console.

Step 2: Configure phpmyadmin locally

Decompress the downloaded phpmyadmin file and rename it phpmyadmin. then, locate the config in/phpmyadmin/libraries. default. php, copy it to/phpmyadmin and rename it config. inc. php
Open config. inc. php in Notepad and edit -- search...

Find $ cfg ['pmaabsoluteuri '] = '';
Change it
$ Cfg ['pmaabsoluteuri '] = 'http: // localhost/phpmyadmin ';
[Add The phpmyadmin folder name to the IP address or domain name of your website service]

Find $ cfg ['servers'] [$ I] ['auth _ type'] = 'config ';
Change config to http, that is
$ Cfg ['servers'] [$ I] ['auth _ type'] = 'http ';
[After you change to http, a login dialog box appears as you log on to the vro]

Save and exit.

Step 3: Upload phpmyadmin

After the local configuration is complete, it will be uploaded in binary format to the httproot web folder on your server or virtual server. the root folder of some servers is htdocs.
Enter the address in a browser, for example, http://www.jb51.net/phpmyadmin. a dialog box is displayed, as shown in the following figure:

Then, we enter the account and password provided by the server provider to us with the read and write permissions to enter your phpmyadmin page. If the interface is not Chinese, you can select simplified Chinese on the right side if the multi-language version is installed.

So far, the installation of phpmyadmin is complete.

Tips
Smart do you find anything wrong with it? If everyone does this as I do, is it true that The phpMyAdmin location of each person is in http: // URL/phpMyAdmin? In this case, you can change the name of the phpMyAmin folder. If you want to change the name to pma (one word each for your convenience), Path:/usr/local/apache/htdocs/pma, in this way, the location of phpMyAdmin cannot be solved by others... only you know it...

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.