Character Sets and Collations

This commit is contained in:
Alexander M. Turek
2003-07-23 19:08:11 +00:00
parent fcba0c459a
commit 70652a5352
95 changed files with 2201 additions and 92 deletions

View File

@@ -55,6 +55,9 @@ if ($cfg['ShowMysqlInfo']) {
if ($cfg['ShowMysqlVars']) {
echo PMA_printTab($strServerTabVariables, 'server_variables.php3', $url_query);
}
if (PMA_MYSQL_INT_VERSION >= 40100) {
echo PMA_printTab($strCharsets, 'server_collations.php3', $url_query);
}
if ($is_superuser) {
echo PMA_printTab($strPrivileges, 'server_privileges.php3', $url_query);
}