phpMyAdmin configuration file now requires a phrase password

Source: Internet
Author: User

When you log in to the phpMyAdmin management database, a "profile now requires a phrase password" warning appears

Workaround:

Open the config.default.php file in the directory Phpmyadmin/libraries

Look for the following line: $cfg [' blowfish_secret '] = ' here is the required phrase password '; (Please feel free to fill in the phrase password)

e.g. modified to: $cfg [' blowfish_secret '] = ' cookiess '

Search: $cfg [' Servers '] [$i] [' auth_type '] = ' cookie ' #后面的值默认为cookie, no changes made

Cause: This problem arises because of this paragraph: $cfg [' Servers '] [$i] [' auth_type '] = ' cookie '

Here are four values to fill in: Cookie http HTTP config

The Config method is to enter the phpMyAdmin access URL directly, no need to enter the user name and password, is not safe, is not recommended to use.

Cookie,http or HTTP, the login phpMyAdmin requires a data user name and password to authenticate,

The following: PHP installation mode for Apache, you can use the HTTP and cookie;php installation mode for CGI, you can use cookies

This value is usually set to a cookie

phpMyAdmin configuration file now requires a phrase password

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.