关于导入数据说明
1. 导入的数据必须是用iXNA备份的文件.
2. 导入的数据文件内容必须全部是当前iXNA所使用的数据表.如果文件内的表前缀和当前系统不同.将不允许导入.
3. 只允许从卷号1的文件开始恢复数据.
$tdtitle
建表语句格式
使用扩展插入方式(Extended Insert)
添加字符集限定(SET NAMES)
分卷备份 - 每个文件长度限制为: KB
备份文件名: .sql
检查表
修复表
分析表
优化表
文件名 备份时间 修改时间 版本 卷号 文件大小 操作
目录不存在或无法访问, 请检查 $backupdir 目录.
$dbfile[filename] $dbfile[bktime] $dbfile[mtime] $dbfile[version] $dbfile[volume] $dbfile[filesize] 导入
共有{$file_i}个备份文件
MYSQL数据库信息
数据库版本: $mysql_version
数据库运行时间: $mysql_runtime
iXNA数据表名称 创建时间 最后更新时间 记录数 数据 索引 碎片
$ixna[Name] $ixna[Create_time] $ixna[Update_time] $ixna[Rows] $ixna[Data_length] $ixna[Index_length] $ixna[Data_free]
共计:{$ixna_table_num}个数据表 $ixna_table_rows $ixna_data_size $ixna_index_size $ixna_free_size
其他数据表名称 创建时间 最后更新时间 记录数 数据 索引 碎片
$other[Name] $other[Create_time] $other[Update_time] $other[Rows] $other[Data_length] $other[Index_length] $other[Data_free]
共计:{$other_table_num}个数据表 $other_table_rows $other_data_size $other_index_size $other_free_size
$do[name]表
$table[table] $table[result]
导入备份数据

导入文件:$sqlfile

恢复功能将覆盖原来的数据,您确认要导入备份数据?