Linux installation phpMyAdmin

Source: Internet
Author: User

1 Configure MySQL to start MySQL (service mysqld start);

2 Download phpMyAdmin package, unzip only phpMyAdmin

(Decompression command: ZIP-R abc.zip ABC compresses ABC to Abc.zip)

(Decompression command: Unzip abc.zip-d ABC to extract abc.zip to ABC)

(Decompression command: Zip-r abc.zip ABC 123.txt compresses ABC and 123.txt to Abc.zip)

3 Meet php_mbstring for configuration issues, just remove the comments from the front of Extension_dir in Ect/php.ini to change the value below to php_mbstring.so

4 Login Success After meeting the version is too low to enter phpmyadmin/library/common.inc.php will

if (Pma_mysql_int_version < 50500) {

Revision changed to
if (Pma_mysql_int_version < 50100) {

Can.

5 If you are prompted for a missing mysqli configuration, run the Yum install php-mysql installation configuration.

6 After the installation has been met without entering the user name and password directly login to the MySQL problem, updata MySQL in the user table in the information or do not have to enter any can log in, the last query learned that there is no forced Flush memory authorization table (flush privileges;)

7 forced flush of Memory authorization table also resolves the problem of not having permission to create a database after login;

Linux installation 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.