搜索
 找回密码
 加入

闷 ,清了数据库 帐号 和人物 仓库还有东西?谁会清

1111 2009-6-8 09:02:28 1430
闷 ,清了数据库 帐号 和人物 仓库还有东西?谁会清

我清了 注册的号   和角色    仓库还有东西  怎么清呢?

9 回复

28085279
2009-1-2 21:19:59
点击查看详情
打开查询器
输入如下命令
truncate table account_char--这些表在KO意义里面的意义可以在附录里面查找
go
truncate table currentuser--解释下好了
go
truncate table deleted_userdata--truncate table **** 这个SQL命令可以实现这种功能:把名字叫做****
--的t able(表),但是保存TABLE的框架。运行就知道啦
go--go是运行的意思
  1. truncate table account_char
  2. go
  3. truncate table currentuser
  4. go
  5. truncate table deleted_userdata--truncate table ****
  6. go
  7. truncate table knights
  8. go
  9. truncate table knights_rating
  10. go
  11. truncate table knights_user
  12. go
  13. truncate table tb_user
  14. go
  15. truncate table userdata
  16. go
  17. truncate table warehouse
  18. go
复制代码
按F5运行

评分

1

查看全部评分

1111
2009-1-2 23:29:48
楼主
谢谢  我试试
xy305173481
2009-1-3 12:22:31
谢谢  我试试
1111 发表于 2009-1-2 23:29

我也试试~~
WZQ911
2009-2-10 16:28:04
谢谢。。我也试试
hl8882
2009-2-11 02:06:06
不全的,还要清好多表
oksky
2009-2-14 20:46:12
truncate table BK_FRI_USERDATA
go
truncate table BK_MON_USERDATA
go
truncate table BK_SAT_USERDATA
go
truncate table BK_SUN_USERDATA
go
truncate table BK_THU_USERDATA
go
truncate table BK_TUE_USERDATA
go
truncate table BLOCKED_USERDATA
go
truncate table USER_EDITOR_ITEM
go
truncate table np_kings
go
truncate table np_kings2
go
truncate table PREMIUM_SERVICE
go




truncate table WAREHOUSE
go
truncate table ELMO_RANK
go
truncate table KARUS_RANK
go
truncate table USER_SAVED_MAGIC
go
truncate table HACKTOOL_USERLOG
go
truncate table HERO_USER
go
truncate table DUPE_CHECK
go
truncate table LEVEL_CHART
go
truncate table LEVEL_CHART_WED
go
lz2006
2009-2-14 21:30:44
我很早就发了
truncate table account_char
go
truncate table currentuser
go
truncate table deleted_userdata
go
truncate table knights
go
truncate table knights_rating
go
truncate table knights_user
go
truncate table tb_user
go
truncate table userdata
go
truncate table USERDATA_SKILLSHORTCUT
go
truncate table KNIGHTS_ALLIANCE
go




truncate table BK_FRI_USERDATA
go
truncate table BK_MON_USERDATA
go
truncate table BK_SAT_USERDATA
go
truncate table BK_SUN_USERDATA
go
truncate table BK_THU_USERDATA
go
truncate table BK_TUE_USERDATA
go
truncate table BLOCKED_USERDATA
go
truncate table USER_EDITOR_ITEM
go
truncate table np_kings
go
truncate table np_kings2
go
truncate table PREMIUM_SERVICE
go




truncate table WAREHOUSE
go
truncate table ELMO_RANK
go
truncate table KARUS_RANK
go
truncate table USER_SAVED_MAGIC
go
truncate table HACKTOOL_USERLOG
go
truncate table HERO_USER
go
truncate table DUPE_CHECK
go
truncate table LEVEL_CHART
go
truncate table LEVEL_CHART_WED
go
xz7323746
2009-6-2 22:55:40
看晕了...这些只清楚仓库物品还是现有角色也清楚
ww34856950
2009-6-8 09:02:28
不懂11
高级模式
游客