bug #1875010 [auth] MySQL server and client version mismatch (mysql ext.)
This commit is contained in:
@@ -13,6 +13,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
|
||||
- bug #1871164 [GUI] Empty and navigation frame synch.
|
||||
- patch #1873188 [GUI] Making db pager work when js is disabled,
|
||||
thanks to Jürgen Wind - windkiel
|
||||
- bug #1875010 [auth] MySQL server and client version mismatch (mysql ext.)
|
||||
|
||||
2.11.4.0 (2008-01-12)
|
||||
- bug #1843428 [GUI] Space issue with DROP/DELETE/ALTER TABLE
|
||||
|
@@ -81,7 +81,7 @@ function PMA_DBI_connect($user, $password, $is_controluser = FALSE) {
|
||||
$link = PMA_DBI_real_connect($cfg['Server']['host'] . $server_port . $server_socket, $user, '', empty($client_flags) ? NULL : $client_flags);
|
||||
}
|
||||
|
||||
if (empty($link) && ! $is_controluser) {
|
||||
if (empty($link)) {
|
||||
if ($is_controluser) {
|
||||
if (! defined('PMA_DBI_CONNECT_FAILED_CONTROLUSER')) {
|
||||
define('PMA_DBI_CONNECT_FAILED_CONTROLUSER', true);
|
||||
|
Reference in New Issue
Block a user