((none)) > show variables like 'expire_logs_days';
+------------------+-------+
| Variable_name | Value |
+------------------+-------+
| expire_logs_days | 7 |
+------------------+-------+
1 row in set (0.00 sec) Mon Oct 14 10:04:16 2019((none)) > set global expire_logs_days=30;
Query OK, 0 rows affected (0.00 sec) Mon Oct 14 10:04:43 2019((none)) > show variables like 'expire_logs_days';
+------------------+-------+
| Variable_name | Value |
+------------------+-------+
| expire_logs_days | 30 |
+------------------+-------+
1 row in set (0.00 sec) Mon Oct 14 10:04:47 2019((none)) >

最新文章

  1. 基于ZooKeeper的分布式锁和队列
  2. error: bad symbolic reference. A signature in HiveContext.class refers to term hive
  3. iOS 中contraints居中对齐的一点心得
  4. ease of rerouting traffic in IP networks without readdressing every host
  5. 事务——sql server中的事务应用举例
  6. SPRING IN ACTION 第4版笔记-第十章Hitting the database with spring and jdbc-003-四种方式获取DataSource
  7. KFC数据测试hbase结果
  8. 读书笔记-----Java并发编程实战(二)对象的共享
  9. 添加、设置tabBarItem属性
  10. B/S与C/S架构
  11. 【Unity】透明度渐变
  12. 正则化,L1,L2
  13. 创建springboot的聚合工程(三)
  14. JavaScript ES6格式化字符串方法
  15. oracle如何导出owner和tablespace
  16. PSI分析
  17. 怎么使用pipenv管理你的python项目
  18. ThreadLocal使用方法
  19. Python 7 多线程及进程
  20. Python3中实现简单的购物车程序

热门文章

  1. CSRF spring mvc 跨站请求伪造防御(转)
  2. [Baltic2009]beetle【区间Dp】
  3. 跟我一起使用socket.io创建聊天应用
  4. bzoj1433 假期的宿舍
  5. Python-进程(2)
  6. Python高质量缩放切图,抗锯齿
  7. EF Code First数据库连接配置
  8. 使用Parallel.Invoke并行你的代码
  9. typeof 、Object.prototype.toString和 instanceof
  10. css 实现头像周围光圈动态效果