
服务器
文章平均质量分 77
cooledit2730
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Mysql开启日志
原文转自:http://hi.baidu.com/jackli00/blog/item/21b2e242025bfa1473f05d24.htmlMysql开启日志2008-11-18 11:23是否启用了日志mysql>show variables like log_bin;怎样知道当前的日志mysql> show master status;原创 2010-01-07 10:04:00 · 616 阅读 · 0 评论 -
Linux计划任务
名称 : crontab使用权限 : 所有使用者使用方式 :crontab file [-u user]-用指定的文件替代目前的crontab。crontab-[-u user]-用标准输入替代目前的crontab.crontab-1[user]-列出用户目前的crontab.crontab-e[user]-编辑用户目前的crontab.crontab-d[user原创 2010-03-24 15:35:00 · 443 阅读 · 0 评论