= 30010) {
// $server_info .= ':' . $cfg['Server']['socket'];
// }
$mysql_cur_user_and_host = PMA_DBI_fetch_value('SELECT USER();');
echo '
MySQL - ' . PMA_MYSQL_STR_VERSION .'
' . "\n"; echo '- ' . "\n";
PMA_printListItem( $strProtocolVersion . ': ' . PMA_DBI_get_proto_info()
, 'li_mysql_proto' );
PMA_printListItem( $strServer . ': ' . $server_info, 'li_server_info' );
PMA_printListItem( $strUser . ': ' . htmlspecialchars( $mysql_cur_user_and_host ),
'li_user_info' );
if ( $cfg['AllowAnywhereRecoding'] && $allow_recoding && PMA_MYSQL_INT_VERSION < 40100) {
echo '
- '; ?> = 40100 ) { echo '
- '; echo ' ' . $strMySQLCharset . ': ' . ' ' . ' ' . $mysql_charsets_descriptions[$mysql_charset_map[strtolower($charset)]] . "\n" . ' (' . $mysql_charset_map[strtolower($charset)] . ')' . "\n" . ' ' . "\n" . ' ' . "\n" . '
- '; echo ' ' . "\n" . ' ' . "\n"; } echo '
- '; require('./libraries/display_create_database.lib.php'); echo ' ' . "\n"; PMA_printListItem( $strMySQLShowStatus, 'li_mysql_status', './server_status.php?' . $common_url_query ); PMA_printListItem( $strMySQLShowVars, 'li_mysql_variables', './server_variables.php?' . $common_url_query, 'show-variables' ); PMA_printListItem( $strMySQLShowProcess, 'li_mysql_processes', './server_processlist.php?' . $common_url_query, 'show-processlist' ); if (PMA_MYSQL_INT_VERSION >= 40100) { PMA_printListItem( $strCharsetsAndCollations, 'li_mysql_collations', './server_collations.php?' . $common_url_query ); } PMA_printListItem( $strStorageEngines, 'li_mysql_engines', './server_engines.php?' . $common_url_query ); PMA_printListItem( $strReloadMySQL, 'li_flush_privileges', './server_privileges.php?flush_privileges=1&' . $common_url_query, 'flush' ); if ($is_superuser) { PMA_printListItem( $strPrivileges, 'li_mysql_privilegs', './server_privileges.php?' . $common_url_query ); } $binlogs = PMA_DBI_try_query('SHOW MASTER LOGS', NULL, PMA_DBI_QUERY_STORE); if ( $binlogs ) { if (PMA_DBI_num_rows($binlogs) > 0) { PMA_printListItem( $strBinaryLog, 'li_mysql_binlogs', './server_binlog.php?' . $common_url_query ); } PMA_DBI_free_result($binlogs); } unset( $binlogs ); PMA_printListItem( $strDatabases, 'li_mysql_databases', './server_databases.php?' . $common_url_query ); PMA_printListItem( $strExport, 'li_export', './server_export.php?' . $common_url_query ); PMA_printListItem( $strImport, 'li_import', './server_import.php?' . $common_url_query ); // Change password (TODO ? needs another message) if ($cfg['ShowChgPassword']) { PMA_printListItem( $strChangePassword, 'li_change_password', './user_password.php?' . $common_url_query ); } // end if // Logout for advanced authentication if ($cfg['Server']['auth_type'] != 'config') { $http_logout = ($cfg['Server']['auth_type'] == 'http') ? '' . ($cfg['ReplaceHelpImg'] ? '

phpMyAdmin - ' . PMA_VERSION . ''
. "\n";
echo '
here, otherwise it will not extend the outer div to the
* full height of the inner divs
*/
?>
- ' . "\n";
PMA_printListItem( $strMysqlClientVersion . ': ' . PMA_DBI_get_client_info(),
'li_mysql_client_version' );
PMA_printListItem( $strUsedPhpExtensions . ': ' . $GLOBALS['cfg']['Server']['extension'],
'li_used_php_extension' );
// Displays language selection combo
if (empty($cfg['Lang'])) {
echo '
- '; require_once('./libraries/display_select_lang.lib.php'); PMA_select_language(); echo ' '; } if ( isset($cfg['AllowAnywhereRecoding']) && $cfg['AllowAnywhereRecoding'] && $server != 0 && $allow_recoding && PMA_MYSQL_INT_VERSION < 40100) { echo '
- '; ?> // ThemeManager if available if (isset($available_themes_choices) && $available_themes_choices > 1) { $theme_selected = FALSE; $theme_preview_path= './themes.php'; $theme_preview_href = ''; echo '
- '; ?>
- [ChangeLog] [CVS] [Lists]