• 清空测试数据


    mysql> use dexin
    Database changed
    mysql> show tables;
    +-------------------------+
    | Tables_in_dexin         |
    +-------------------------+
    | dbver                   |
    | tf_action               |
    | tf_admin_user           |
    | tf_category             |
    | tf_collection           |
    | tf_configs              |
    | tf_country_area         |
    | tf_coupon               |
    | tf_date_email           |
    | tf_express              |
    | tf_face                 |
    | tf_home_banner          |
    | tf_home_module          |
    | tf_home_rec             |
    | tf_like_survey          |
    | tf_order                |
    | tf_order_address        |
    | tf_order_express        |
    | tf_order_product        |
    | tf_order_refund         |
    | tf_order_refund_cert    |
    | tf_order_return_express |
    | tf_platform_msg         |
    | tf_process_step         |
    | tf_product              |
    | tf_product_attr_key     |
    | tf_product_attr_symbol  |
    | tf_product_attr_val     |
    | tf_product_img          |
    | tf_product_sku          |
    | tf_purpose              |
    | tf_rofeia_world         |
    | tf_shopping_car         |
    | tf_single_article       |
    | tf_style                |
    | tf_user                 |
    | tf_user_address         |
    | tf_user_coupon          |
    +-------------------------+
    38 rows in set (0.00 sec)
    
    mysql> truncate table tf_order;
    Query OK, 0 rows affected (0.02 sec)
    
    mysql> truncate table tf_order_address;
    Query OK, 0 rows affected (0.03 sec)
    
    mysql> truncate table tf_order_express;
    Query OK, 0 rows affected (0.01 sec)
    
    mysql> truncate table tf_order_product;
    Query OK, 0 rows affected (0.02 sec)
    
    mysql> truncate table tf_order_refund;
    Query OK, 0 rows affected (0.02 sec)
    
    mysql> truncate table tf_order_refund_cert;
    Query OK, 0 rows affected (0.02 sec)
    
    
    

    局部清理就可以了,做好备份!

  • 相关阅读:
    Mysql复制表格
    MySql的导入与导出
    jQuery语法
    JavaScript中的test()方法
    Android解决java.lang.OutOfMemoryError: bitmap size exceeds VM budget(转)
    Android图片压缩方法总结
    Android实现app长时间未操作时自动退出app
    银行卡号的检测
    Android大图片裁剪终极解决方案(上:原理分析)
    Windows环境下Android Studio v1.0安装教程
  • 原文地址:https://www.cnblogs.com/jiqing9006/p/9673253.html
Copyright © 2020-2023  润新知