Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

Discuz!EXP转Discuz!4.1.0成功的进

[复制链接]
JustObserver 发表于 2006-8-2 21:54:48 | 显示全部楼层 |阅读模式
我发现两种系统备份出来的数据不一样
SoWangZhi 发表于 2006-8-2 22:15:59 | 显示全部楼层
同一数据库相同程序怎么会不一样
回复

使用道具 举报

 楼主| JustObserver 发表于 2006-8-2 22:56:16 | 显示全部楼层

前几行

# Identify: MTE1NDUxOTQ2MCw0LjEuMCxmdWxsLG11bHRpdm9sLDE=
# <?exit();?>
# Discuz! Multi-Volume Data Dump Vol.1
# Version: Discuz! 4.1.0
# Time: 2006-8-2 07:51 PM
# Type: full
# Table Prefix: cdb_
#
# Discuz! Home: http://www.discuz.com
# Please visit our website for newest infomation about Discuz!
# --------------------------------------------------------


DROP TABLE IF EXISTS cdb_access;
CREATE TABLE `cdb_access` (
  `uid` mediumint(8) unsigned NOT NULL default '0',
  `fid` smallint(6) unsigned NOT NULL default '0',
  `allowview` tinyint(1) NOT NULL default '0',
  `allowpost` tinyint(1) NOT NULL default '0',
  `allowreply` tinyint(1) NOT NULL default '0',
  `allowgetattach` tinyint(1) NOT NULL default '0',
  `allowpostattach` tinyint(1) NOT NULL default '0',
  PRIMARY KEY  (`uid`,`fid`)
) TYPE=MyISAM;
*****************************************************************************
这是4.1.0的
*****************************************************************************
# Identify: MTE1NDUyNTgzNyw0LjEuMCxmdWxsLG11bHRpdm9sLDE=
# <?exit();?>
# Discuz! Multi-Volume Data Dump Vol.1
# Version: Discuz! 4.1.0
# Time: 2006-8-2 21:37
# Type: full
# Table Prefix: cdb_
#
# Discuz! Home: http://www.discuz.com
# Please visit our website for newest infomation about Discuz!
# --------------------------------------------------------


SET NAMES 'gbk';

DROP TABLE IF EXISTS cdb_access;
CREATE TABLE `cdb_access` (
  `uid` mediumint(8) unsigned NOT NULL default '0',
  `fid` smallint(6) unsigned NOT NULL default '0',
  `allowview` tinyint(1) NOT NULL default '0',
  `allowpost` tinyint(1) NOT NULL default '0',
  `allowreply` tinyint(1) NOT NULL default '0',
  `allowgetattach` tinyint(1) NOT NULL default '0',
  `allowpostattach` tinyint(1) NOT NULL default '0',
  PRIMARY KEY  (`uid`,`fid`)
) ENGINE=MyISAM DEFAULT CHARSET=gbk;
****************************************************************************
这是exp的
****************************************************************************
回复

使用道具 举报

新疆雨晨 发表于 2006-8-25 23:49:34 | 显示全部楼层
字符集的问题,我也遇到过
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2025-2-6 10:42 , Processed in 0.022596 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表