MySQL < 4.1.x and super-user

This commit is contained in:
Marc Delisle
2005-09-30 19:58:32 +00:00
parent 863a6e24d4
commit c4c420d019

View File

@@ -137,6 +137,9 @@ if (PMA_MYSQL_INT_VERSION >= 40102) {
} // end if
} // end elseif
} // end if
if ($is_create_db_priv) {
$dbs_where_create_table_allowed[] = '*';
}
} // end else (MySQL < 4.1.2)
// If disabled, don't show it