您的位置:首页 > 数据库

查看数据库的转存(大纲)

2008-03-31 23:36 429 查看


服务器: localhost




数据库




SQL




状态




变量




字符集




Engines




权限




进程




导出




Import


//function hide_them_all() {
document.getElementById("csv_options").style.display = "none";
document.getElementById("excel_options").style.display = "none";
document.getElementById("htmlexcel_options").style.display = "none";
document.getElementById("htmlword_options").style.display = "none";
document.getElementById("latex_options").style.display = "none";
document.getElementById("ods_options").style.display = "none";
document.getElementById("odt_options").style.display = "none";
document.getElementById("pdf_options").style.display = "none";
document.getElementById("sql_options").style.display = "none";
document.getElementById("yaml_options").style.display = "none";

}

function init_options() {
hide_them_all();
if (document.getElementById("radio_plugin_csv").checked) {
document.getElementById("csv_options").style.display = "block";
} else
if (document.getElementById("radio_plugin_excel").checked) {
document.getElementById("excel_options").style.display = "block";
} else
if (document.getElementById("radio_plugin_htmlexcel").checked) {
document.getElementById('checkbox_dump_asfile').checked = true;
document.getElementById("htmlexcel_options").style.display = "block";
} else
if (document.getElementById("radio_plugin_htmlword").checked) {
document.getElementById('checkbox_dump_asfile').checked = true;
document.getElementById("htmlword_options").style.display = "block";
} else
if (document.getElementById("radio_plugin_latex").checked) {
document.getElementById("latex_options").style.display = "block";
} else
if (document.getElementById("radio_plugin_ods").checked) {
document.getElementById('checkbox_dump_asfile').checked = true;
document.getElementById("ods_options").style.display = "block";
} else
if (document.getElementById("radio_plugin_odt").checked) {
document.getElementById('checkbox_dump_asfile').checked = true;
document.getElementById("odt_options").style.display = "block";
} else
if (document.getElementById("radio_plugin_pdf").checked) {
document.getElementById('checkbox_dump_asfile').checked = true;
document.getElementById("pdf_options").style.display = "block";
} else
if (document.getElementById("radio_plugin_sql").checked) {
document.getElementById("sql_options").style.display = "block";
} else
if (document.getElementById("radio_plugin_yaml").checked) {
document.getElementById('checkbox_dump_asfile').checked = true;
document.getElementById("yaml_options").style.display = "block";
} else

{
;
}
}

function match_file(fname) {
farr = fname.toLowerCase().split(".");
if (farr.length != 0) {
len = farr.length
if (farr[len - 1] == "gz" || farr[len - 1] == "bz2" || farr[len -1] == "zip") len--;
switch (farr[len - 1]) {
case "csv" :document.getElementById("radio_plugin_csv").checked = true;init_options();break;
case "csv" :document.getElementById("radio_plugin_excel").checked = true;init_options();break;
case "xls" :document.getElementById("radio_plugin_htmlexcel").checked = true;init_options();break;
case "doc" :document.getElementById("radio_plugin_htmlword").checked = true;init_options();break;
case "tex" :document.getElementById("radio_plugin_latex").checked = true;init_options();break;
case "ods" :document.getElementById("radio_plugin_ods").checked = true;init_options();break;
case "odt" :document.getElementById("radio_plugin_odt").checked = true;init_options();break;
case "pdf" :document.getElementById("radio_plugin_pdf").checked = true;init_options();break;
case "sql" :document.getElementById("radio_plugin_sql").checked = true;init_options();break;
case "yml" :document.getElementById("radio_plugin_yaml").checked = true;init_options();break;

}
}
}
//]]>

查看数据库的转存(大纲)
导出

全选 / 全部不选

information_schema
mysql

CSV 数据

MS Excel 的 CSV 格式

Microsoft Excel 2000

Microsoft Word 2000

LaTeX

Open Document Spreadsheet

Open Document Text

PDF

SQL

YAML

Options
分隔字段的字符
包裹字段的字符
转义字段的字符
行终止的字符
将 NULL 替换为
将字段名称放在首行
Options
将 NULL 替换为
将字段名称放在首行
Excel 版本
Windows
Excel 2003 / Macintosh

Options
将 NULL 替换为
将字段名称放在首行
Options
结构
数据
将 NULL 替换为
将字段名称放在首行
Options
包含表的标题
结构
表的标题
延续的表的标题
关键标签
注释
数据
将字段名称放在首行
表的标题
延续的表的标题
关键标签
将 NULL 替换为
Options
将 NULL 替换为
将字段名称放在首行
Options结构
注释
数据
将字段名称放在首行
将 NULL 替换为
Options
(Generates a report containing the data of a single table)
Report title
Options
在标题中增加一个定制的注释 (/n 行隔离符)
处理事务中封装输出
禁止选定不相关的主键
SQL compatibility mode
NONE
ANSI
DB2
MAXDB
MYSQL323
MYSQL40
MSSQL
ORACLE
TRADITIONAL



数据库导出选项
Add DROP DATABASE
结构
Add DROP TABLE / DROP VIEW
Add IF NOT EXISTS
添加 AUTO_INCREMENT 值
请在表名及字段名使用引号
Add CREATE PROCEDURE / FUNCTION
添加进注释
创建/更新/日期检查
数据
完整插入
扩展插入
Maximal length of created query
延时插入
忽略插入
Use hexadecimal for BLOB
导出类型
INSERT
UPDATE
REPLACE

Options 这种格式并无选项
//init_options();
//]]>

另存为文件 文件名模板 (1): ( 记住模板 )

压缩: 无 zip 压缩 gzip 压缩

(1) This value is interpreted using strftime, so you can use time formatting strings. Additionally the following transformations will happen: __SERVER__/server name. Other text will be kept as is.

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

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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: