搜索
 找回密码
 加入

怎么能彻底的把库里的帐号,人物信息全部删除

天剑风小流 2009-4-7 15:40:49 1586
RTRTRTRTRTRTRTRT

7 回复

hywz
2008-5-3 09:48:32
点击查看详情
删除数据库,重新建立数据库,最省时间。
天剑风小流
2008-5-3 10:27:33
楼主
LS的你没听懂,我说要把帐号人物信息都删了,还原数据库,数据库了本身带的帐号不是还在里面
ala_23
2008-5-3 23:47:32
TRUNCATE TABLE tablename 删除表中的全部数据而不删除表
xy305173481
2009-2-9 13:06:58
这个东西在哪?
ctgwglzc
2009-2-10 16:22:39
RTRTRTRTRTRTRTRT
天剑风小流 发表于 2008-5-3 02:45

http://www.kofans.cn/bbs/thread-9109-1-1.html
ft222
2009-2-10 19:33:56
  1. truncate table account_char
  2. go
  3. truncate table currentuser
  4. go
  5. truncate table deleted_userdata
  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 USERDATA_SKILLSHORTCUT
  18. go
  19. truncate table KNIGHTS_ALLIANCE
  20. go




  21. truncate table BK_FRI_USERDATA
  22. go
  23. truncate table BK_MON_USERDATA
  24. go
  25. truncate table BK_SAT_USERDATA
  26. go
  27. truncate table BK_SUN_USERDATA
  28. go
  29. truncate table BK_THU_USERDATA
  30. go
  31. truncate table BK_TUE_USERDATA
  32. go
  33. truncate table BLOCKED_USERDATA
  34. go
  35. truncate table USER_EDITOR_ITEM
  36. go
  37. truncate table np_kings
  38. go
  39. truncate table np_kings2
  40. go
  41. truncate table PREMIUM_SERVICE
  42. go




  43. truncate table WAREHOUSE
  44. go
  45. truncate table ELMO_RANK
  46. go
  47. truncate table KARUS_RANK
  48. go
  49. truncate table USER_SAVED_MAGIC
  50. go
  51. truncate table HACKTOOL_USERLOG
  52. go
  53. truncate table HERO_USER
  54. go
  55. truncate table DUPE_CHECK
  56. go
  57. truncate table LEVEL_CHART
  58. go
  59. truncate table LEVEL_CHART_WED
  60. go
复制代码
在查询器输入,这个是彻底删除所有信息,你也可以选择性删除

评分

1

查看全部评分

fangyuan
2009-4-7 15:40:49
感谢无私分享~~~
高级模式
游客