码迷,mamicode.com
首页 >  
搜索关键字:log-error    ( 361个结果
使用nginx部署Yii 2.0\yii-advanced-app-2.0.6
#user nobody;worker_processes 1; #error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info; #pid logs/ng...
分类:移动开发   时间:2015-08-12 22:58:31    阅读次数:306
使用nginx部署Yii 2.0\yii-basic-app-2.0.5
nginx.conf#user nobody;worker_processes 1;#error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info;#pid ...
分类:移动开发   时间:2015-08-06 12:42:14    阅读次数:205
Nginx配置
user _www _www;worker_processes 1;#error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info;#pid logs/ng...
分类:其他好文   时间:2015-08-03 22:30:17    阅读次数:127
innodb文件
参数文件日志文件socket文件pid文件mysql表结构文件存储引擎文件1. 错误日志启用错误日志方法/etc/init.d/mysql启动文件中/usr/bin/mysqld_safe --log-error=/var/log/mysql/log_error.log2. 待续......
分类:数据库   时间:2015-08-02 23:08:26    阅读次数:210
openresty的lua相关配置
user??surjur; worker_processes??1; #error_log??logs/error.log; #error_log??logs/error.log??notice; #error_log??logs/error.log??info; #pid????????logs/nginx.pid; events?{...
分类:其他好文   时间:2015-07-24 13:11:34    阅读次数:348
Apache access.log error.log日志文件太大优化方法
有没有发现Apache生成的日志文件一天比一天大,不是一般大,若你apache安装在C盘,那可惨了,不几天硬盘就满了,太恐怖了,有没有办法优化一下日志,让它不那么大?答案是有的。一、停止Apache服务,删除Apache下/logs/目录中的error.log和access.log文件。二、打开Apache的con..
分类:数据库   时间:2015-07-15 23:15:08    阅读次数:350
Windows下mysql日志配置
日志文件类型概述:1.错误日志记录启动、运行或停止mysqld时出现的问题。My.ini配置信息:#Enteranamefortheerrorlogfile.Otherwiseadefaultnamewillbeused.#log-error=d:/mysql_log_err.txt2.查询日志记录建立的客户端连接和执行的语句。My.ini配置信息:#Enteranamefortheq..
分类:数据库   时间:2015-07-15 23:13:04    阅读次数:158
Error:Execution failed for task ':app:dexDebug'. > com.android.ide.common.process.ProcessException
异常Log: Error:Execution failed for task ‘:app:dexDebug’. > com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: finished with non-zero exit value 2...
分类:移动开发   时间:2015-07-10 13:29:05    阅读次数:334
使用session保存页面登录信息
1、数据库连接配置页面:connectvars.php2、登录页面:logIn.php Mismatch - Log In Msimatch - Log In '.$error_msg.''; ...
分类:其他好文   时间:2015-07-08 20:38:17    阅读次数:119
mysql错误日志
mysql错误日志:log-error=/var/log/mysqld.log
分类:数据库   时间:2015-07-07 13:13:18    阅读次数:148
361条   上一页 1 ... 28 29 30 31 32 ... 37 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!