上一页 1 ··· 127 128 129 130 131 132 133 134 135 ··· 151 下一页
  2009年6月20日
摘要: mysql的错误日志记录了mysqd服务器的基本进程的运行状态信息。命令、配置选项:[--]log_error[=filen_ame]  --调用flush logs时,生成新的错误日志文件,旧的文件名添加“-old”后缀命令、配置选项:[--]log_warnings --控制mysql将警告信息也记录到错误日志文件里动态系统变量:log_warnings --控制mys... 阅读全文
posted @ 2009-06-20 23:10 jinzhenshui 阅读(509) 评论(0) 推荐(0)
摘要: 一般查询日志、慢速查询日志既可以写入os的文件系统里,也可以作为mysql系统的日志表形式!日志表带来了很多便利,当然也会给mysql带来一定的系统负荷!需要权衡。同时日志表和普通的mysql的表相比,有自己的某些特点:必须是cvs或myisam引擎;alter、drop table时,日志表必须禁用;truncate table可以正常使用;insert、update、delete、lock t... 阅读全文
posted @ 2009-06-20 22:48 jinzhenshui 阅读(580) 评论(0) 推荐(0)
摘要: mysql支持多种系统日志,提供全面的系统错误、事件、业务逻辑的记录、追踪、诊断、查询等等功能!Log TypeInformation Written to LogThe error logProblems encountered starting, running, or stopping mysqldThe general query logEstablished client connect... 阅读全文
posted @ 2009-06-20 22:22 jinzhenshui 阅读(206) 评论(0) 推荐(0)
  2009年6月18日
摘要: DATE_FORMAT(date,format_str) Formats the date value according to the format string. The following specifiers may be used in the format string. The “%” character is required before format s... 阅读全文
posted @ 2009-06-18 16:15 jinzhenshui 阅读(351) 评论(0) 推荐(0)
摘要: 11.6.Date and Time Functions11.6.Date and Time FunctionsThis section describes the functions that can be used to manipulate temporal values. See Section10.3, “Date and Time Types”, for a d... 阅读全文
posted @ 2009-06-18 15:35 jinzhenshui 阅读(709) 评论(0) 推荐(0)
上一页 1 ··· 127 128 129 130 131 132 133 134 135 ··· 151 下一页