Set up phpMyAdmin Management Platform in CentOS 6.5

Source: Internet
Author: User

Lab requirement: Build a mysql Graphics Management Tool on the server

Linux: CentOS 6.5

1. Simple deployment of LAMP Platform

# Yum-y install httpd mysql-server php-mysql php-pdo

# Rpm-ivh php-mbstring-5.3.3-26.el6.x86_64.rpm // this package is not installed on the CD, you need to download it yourself

-------------------------------------- Split line --------------------------------------

Install the LAMP \ Vsftpd \ Webmin \ phpMyAdmin service and settings in Ubuntu 13.04

Compile and install LAMP in CentOS 5.9 (Apache 2.2.44 + MySQL 5.6.10 + PHP 5.4.12)

Source code for Web server architecture in RedHat 5.4 build the LAMP environment and application PHPWind

Build a WEB Server Linux + Apache + MySQL + PHP in the LAMP source code Environment

LAMP + Xcache environment setup

Example of LAMP architecture collaborative application-phpMyAdmin

PhpMyAdmin and Wordpress for LAMP applications

PhpMyAdmin logon timeout Solution

Install phpMyAdmin and Adminer in Ubuntu

Implement SSL functions based on LAMP and install phpMyAdmin

-------------------------------------- Split line --------------------------------------

2. Modify the httpd configuration file and start the service.

# Vim/etc/httpd/conf/httpd. conf

......

ServerName localhost. localdomain

......

DirectoryIndex index. php index.html

......

# Service httpd start

3. Install the phpMyAdmin package

# Unzip phpMyAdmin-4.1.2-all-languages.zip-d/var/www/html // unzip to the website directory

# Cd/var/www/html/

# Mv phpMyAdmin-4.1.2-all-languages/phpmyadmin // renamed to facilitate Login

# Cd phpmyadmin/

# Cp config. sample. inc. php config. inc. php // create the master configuration file

# Vim config. inc. php

......

17 $ cfg ['blowfish _ secret'] = 'jin123';/* you must fill in this for cookie auth! * /// Write a few characters at will

......

31 $ cfg ['servers'] [$ I] ['host'] = '192. 168.100.1 '; // local IP Address

# If phpMyAdmin is not installed on the mysql server, you can enter the Client IP address. However, you must first authorize the client to log on to the mysql service.

4. Start the service

# Service mysqld start

# Service httpd restart

5. browser Logon

Http: // 192.168.100.1/phpmyadmin

PhpMyAdmin details: click here
PhpMyAdmin: click here

Related Article

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.