您的位置:首页 > 数据库

服务器: localhost 数据库: information_schema

2008-03-31 23:25 567 查看


服务器: localhost




数据库: information_schema




结构




SQL




搜索




查询




导出


操作 记录数

类型整理
CHARACTER_SETS





~361Viewutf8_general_ci
COLLATIONS





~1261Viewutf8_general_ci
COLLATION_CHARACTER_SET_APPLICABILITY





~1261Viewutf8_general_ci
COLUMNS





~3241Viewutf8_general_ci
COLUMN_PRIVILEGES



~01Viewutf8_general_ci
KEY_COLUMN_USAGE





~401Viewutf8_general_ci
PROFILING



~01Viewutf8_general_ci
ROUTINES



~01Viewutf8_general_ci
SCHEMATA





~21Viewutf8_general_ci
SCHEMA_PRIVILEGES



~01Viewutf8_general_ci
STATISTICS





~431Viewutf8_general_ci
TABLES





~341Viewutf8_general_ci
TABLE_CONSTRAINTS





~201Viewutf8_general_ci
TABLE_PRIVILEGES



~01Viewutf8_general_ci
TRIGGERS



~01Viewutf8_general_ci
USER_PRIVILEGES





~251Viewutf8_general_ci
VIEWS



~01Viewutf8_general_ci
17 个表 总计~776InnoDButf8_general_ci

全选 / 全部不选
选中项:
清空
删除
打印预览
检查表
优化表
修复表
分析表



打印预览


数据字典


//// updates current settings
if (window.parent.setAll) {
window.parent.setAll('zh-utf-8', 'utf8_general_ci', '1', 'information_schema', '');
}
// set current db, table and sql query in the querywindow
if (window.parent.reload_querywindow) {
window.parent.reload_querywindow(
'information_schema',
'',
'');
}

if (window.parent.frame_content) {
// reset content frame name, as querywindow needs to set a unique name
// before submitting form data, and navigation frame needs the original name
if (typeof(window.parent.frame_content.name) != 'undefined'
&& window.parent.frame_content.name != 'frame_content') {
window.parent.frame_content.name = 'frame_content';
}
if (typeof(window.parent.frame_content.id) != 'undefined'
&& window.parent.frame_content.id != 'frame_content') {
window.parent.frame_content.id = 'frame_content';
}
//window.parent.frame_content.setAttribute('name', 'frame_content');
//window.parent.frame_content.setAttribute('id', 'frame_content');
}
//]]>



Open new phpMyAdmin window
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: