The new version of phpMyAdmin enhances security. You need to set a phrase password in the configuration file. Otherwise, a phrase password is required for the configuration file ." .
Solution:
1. In PHPmyAdmin/libraries/config. Default. php
$ Cfg ['blowfish _ secret '] = ''; change to $ cfg ['blowfish _ secret'] = '000000'; (Note: the '200' character is random)
2. In the phpMyAdmin directory, open confi
The phpmyadmin configuration file now requires a top secret phrase password. When using phpmyadmin, we may encounter a top-secret phrase password error message in The phpmyadmin configuration file. below I will summarize the solution for you, if you want to know more about phpmyadmin, we may encounter a prompt that The phpmyadmin configuration file requires top secret p
The phpmyadmin configuration file now requires a phrase password. The configuration file now requires a phrase password $ cfg [blowfish_secret] malu; set phpmyadminlibrariesconfig. default. in php, Change $ cfg [blowfish_secret] to $ cfg [blowfish_secret] m configuration file. now you need a phrase password $ cfg ['blowfish _ secret'] = 'malu ';
In phpmyadmin/
A verb must not act as a subject directly. It must be a noun or an infinitus phrase, so that it can be regarded as a noun peer and used as a subject.
For example, see him makes me angry (x, see is a verb)
Seeing him makes me angry (O, seeing is a dynamic term)
To see him is my purpose of coming here.
1. Use nouns as the subject
A verb is used as the subject, usually to indicate known facts or experiences.
2. infinitus as the subject
When an inf
The configuration file in phpmyadmin now requires a top secret phrase password solution 'blowfish _ secret' uses an arbitrary string as the cookie's encrypted string. if there is no encryption key, the system displays "the configuration file currently requires a top secret phrase password (blowfish_secret)". The configuration is as follows:
Vi phpmyadmin/config. inc. php
$ Cfg ['servers'] [$ I] ['auth
The configuration file now requires a phrase password $cfg[' blowfish_secret '] = ' malu ';
The phpmyadmin/libraries/config.default.php in the
$cfg [' blowfish_secret '] = "; Change to $cfg [' blowfish_secret '] = ' malu ';
Note: The ' Malu ' is a random character.
The author "Little White Love Rookie"
http://www.bkjia.com/PHPjc/478631.html www.bkjia.com true http://www.bkjia.com/PHPjc/478631.html techarticle The configuration file now requi
Because of some special reasons, I need to modify the phpMyAdmin configuration file, but after the modification, there is a problem, a phpmyadmin, the "configuration file now requires a top-secret phrase password (blowfish_secret)." ”
Then follow his prompts and set a password in the configuration file.Open phpMyAdmin configuration file phpmyadmin/config.inc.php (Note: php5.0 is config.sample.inc.php)
Look up $cfg [' Blowfish_secret '] to change
Class function. Replace the input string with the expression following the where keyword of the SQL statement:
Word search [for example: James]
Phrase searchEach word in a phrase will be retrieved.For example: Xiaoqiang 1 Xiaoqiang 1 xiaoqiqiangqiang
Logical searchThe and or operators are supported.For example, Xiao Ming and Xiao Qiang
Composite condition:Example: (Xiao Ming or Xiao Ming) and (Xiao Qiang o
parameter declaration is in the form of a constant pointer, it guarantees that the constant is not changed inside the function. That is, the operation of content changes to STR1 and str2 is not allowed inside the function. (For the current application, I think the set constant pointer is for the function parameter declaration prepared, otherwise I really do not know where to use it, hehe!) )const int a = 12;const int b = 15;const int *C = a; To simplify the code, many people are accustomed to a
phpMyAdmin after landing, the configuration file appears below it now requires a phrase password hint, screenshot as follows:
Workaround:
1, will phpmyadmin/libraries/config.default.php in the
$cfg [' blowfish_secret '] = ';Change to $cfg [' blowfish_secret '] = ' ithov.com '; (Note: The ' ithov.com′ is a random character ')
2, in the phpMyAdmin directory, open the config.sample.inc.php,18 line
$cfg [' blowfish_secret '] = ';Change to $cfg [' b
Class function. Replace the input string with the expression following the where keyword of the SQL statement:
Word search [for example: James]
Phrase searchEach word in a phrase will be retrieved.For example: Xiaoqiang 1 Xiaoqiang 1 xiaoqiqiangqiang
Logical searchThe and or operators are supported.For example, Xiao Ming and Xiao Qiang
Composite condition:Example: (Xiao Ming or Xiao Ming) and (Xia
syntax or something......................................... ........................................ .....The search function of the XP system removes the support for searching for characters in all file types to improve efficiency when searching for files containing certain characters, only characters in some file types can be searched.Although the 309447 patch or SP1 adds support for search for characters in many file types, (http://support.microsoft.com /? Id = 309447) but some file types (
Phpmyadmin _ the configuration file now requires a top secret phrase password _ solution 1. modify the config. simple. inc. php, because the latest phpmyadmin has configured config. inc. php changed to config. simple. inc. php. 2. modify the config. default. php3. in the libraries Directory, find the blowf phpmyadmin _ configuration file in the two files, which requires a top secret phrase password _ soluti
When using phpmyadmin, we may encounter an error message indicating that the phpmyadmin configuration file requires a top secret phrase and password. the configuration is as follows: phpmyadminconfigincphp. the code is as follows: lt ;? Php
When phpmyadmin is used, we may encounter a top-secret phrase password error message in The phpmyadmin configuration file. the configuration is as follows: phpmyadmin/c
' Blowfish_secret ' uses an arbitrary string as the encrypted string of the cookie, and if there is no encryption key, the system will show "the configuration file now requires a top secret phrase password (blowfish_secret)", configured as follows:
VI phpmyadmin/config.inc.php
$cfg [' Servers '] [$i] [' auth_type '] = ' cookie ';
$cfg [' blowfish_secret '] = ' Sakia '; (where "Sakia" is customized)
?>
After the modification, later login phpMyAdmin
When apt-get is used for installation, the following error occurs: To continue type in the phrase 'yes, do as I say! '?] When you use apt-get to install The package, The following error may occur: [plain] WARNING: The following essential packages will be removed. this shoshould NOT be done unless you know exactly what you are doing! Sysvinit 26 upgraded, 63 newly installed, 6 to remove and 292 not upgraded. need to get 14.3 MB/15.0 MB of archives. aft
class function. Replaces the passed-in string as an expression following the SQL statement where keyword:
Word search [For example: Xiaoming]
Phrase Search
Every word in a phrase will be retrieved
For example: Xiao Qiang 1 nickname 1 small powerful small cockroach
Logical Search
Supports the and and OR operators.
For example: Xiaoming and Xiao Qiang
Compound Condition:
For example: (Small Ming or Xiao M
When using phpmyadmin, we may encounter a top-secret phrase Password error message in the phpmyadmin configuration file. Below I will summarize the solution for you. For more information, see.
The configuration is as follows: phpmyadmin/config. inc. php
The Code is as follows:
Copy code
$ Cfg ['servers'] [$ I] ['auth _ type'] = 'cooker ';$ Cfg ['blowfish _ secret '] = 'sakia'; ("sakia" custom)?>
If your phpmyadmin does n
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.