PhpMyAdmin Web Database Management

Source: Internet
Author: User
Tags web database
PhpMyAdmin is a set of PHP programs that can be used to manage Mysql-server and a single database. It is a convenient management tool for those who are not familiar with Mysql. This

PhpMyAdmin is a set of PHP programs that can be used to manage Mysql-server and a single database. It is a convenient management tool for those who are not familiar with Mysql. This

PhpMyAdmin is a set of PHP programs that can be used to manage Mysql-server and a single database. It is a convenient management tool for those who are not familiar with Mysql.

The phpmyadmin-3.4.3.2-all-languages.tar.bz2 source package is used here.

First of all, this is based on LAMP. As for LAMP compilation and configuration, I have already introduced it in my previous blog. These are all based on it.

The next step is to install the software package.

# Tar zxvf phpMyAdmin-3.4.3.2-all-languages.tar.bz2

# Music Video phpMyAdmin-3.4.3.2-all-languages/web/web3

# Cd phpMyAdmin-3.4.3.2-all-languages

# Mv ./*../

# Cp config. sample. inc. php config. inc. php

# Vim config. inc. php

Add an arbitrary number to $ cfg ['blowfish _ secret'] = ''; to encrypt the password, but the characters in the number are not passwords.

After these technologies, you need to add an administrator account and password to the database.

Start Mysql

# Mysql

Mysql> set password for root @ localhost = PASSWORD ('redhat ');

Mysql> flush privileges;

Then, enter the address in the browser by using the VM, so that you can log on to an admin logon page that is included in phpMyAdmin. After logging on, the corresponding database operations can be performed.

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.