Merge branch 'QA_4_5'
This commit is contained in:
commit
f141cb1463
@ -37,6 +37,7 @@ phpMyAdmin - ChangeLog
|
||||
|
||||
4.5.5.0 (not yet released)
|
||||
- issue Undefined index: is_ajax_request
|
||||
- issue #11855 Fix password change on MariaDB 10.1 and newer
|
||||
|
||||
4.5.4.0 (not yet released)
|
||||
- issue #11724 live data edit of big sets is not working
|
||||
|
||||
@ -210,7 +210,7 @@ function PMA_changePassHashingFunction()
|
||||
}
|
||||
|
||||
/**
|
||||
* Generate the error url and submit the query
|
||||
* Changes password for a user
|
||||
*
|
||||
* @param string $username Username
|
||||
* @param string $hostname Hostname
|
||||
@ -236,6 +236,7 @@ function PMA_changePassUrlParamsAndSubmitQuery(
|
||||
: '\'' . PMA\libraries\Util::sqlAddSlashes($password) . '\'');
|
||||
} else if ($serverType == 'MariaDB'
|
||||
&& PMA_MYSQL_INT_VERSION >= 50200
|
||||
&& PMA_MYSQL_INT_VERSION < 100100
|
||||
) {
|
||||
if ($orig_auth_plugin == 'mysql_native_password') {
|
||||
// Set the hashing method used by PASSWORD()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user