Install phpMyAdmin in Linux

Source: Internet
Author: User

1. download it from the official phpMyAdmin website. (Official Website: http://www.phpmyadmin.net /)

There are multiple download formats. I downloaded a zip package.

 

2. Switch to the directory where the downloaded file is located and decompress the zip package using the unzip command.

#Unzip phpMyAdmin-3.2.0-beta1-all-languages.zip

After decompression, a folder is generated in the current directory, which contains all the source files of phpMyAdmin.

 

3. ChangeConfig. sample. Inc. phpThe file name isConfig. Inc. php

4. modify the configuration file config. Inc. php.

Open config. Inc. php In notepad
Find$ Cfg ['blowfish _ secret'] = '';
Change$ Cfg ['blowfish _ secret'] = 'kayle1901';//Kayle1901It seems you can write it by the way.

Find$ Cfg ['servers'] [$ I] ['controluser'] = 'pma ';
Change$ Cfg ['servers'] [$ I] ['controluser'] = 'root ';// The root user name is MySQL.

Find$ Cfg ['servers'] [$ I] ['controlpass'] = 'pmapass ';
Change$ Cfg ['servers'] [$ I] ['controlpass'] = '20140901 ';// 123456 is the MySQL password


5. Open your browser and enterHttp: // localhost/PHPmyAdmin/view results

// This address is determined based on the directory and path of your phpMyAdmin.


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.