码迷,mamicode.com
首页 >  
搜索关键字:log_file    ( 603个结果
wmware 10 升级到11后,macos不能运行的问题
wmware 10 升级到11后,macos不能运行的问题 报 vcpu-0:VERIFY vmcore/vmm/main/physMem_monitor.c:1123 A log file is available in "I:\VirtualMachineOS\MacOSX\vmware....
分类:系统相关   时间:2015-02-17 11:35:26    阅读次数:306
管理IIS日志的存储
原文:http://www.iis.net/learn/manage/provisioning-and-managing-iis/managing-iis-log-file-storageOverviewIIS日志会消耗大量的硬盘空间,有潜在写满整个硬盘空间的风险. 为了解决这个问题很多用户会选择关...
分类:其他好文   时间:2015-02-10 14:41:15    阅读次数:5906
msyql查表报InnoDB错误
原因一(网上看的):增大了ib_logfile的大小,忘记移除原来的iblog。结果启动过程中innodb发现磁盘上的iblog文件和配置文件里的大小不一致,大致innodb启动失败。原因二:对my.cnf修改错误,导致innodb_log_file_size这个参数没生效。则任何对innodb的表的操作都会得到这个错..
分类:数据库   时间:2015-02-09 16:17:46    阅读次数:134
Linux 下 squid 服务启动失败,无法写入cache.log,Permission denied 解决方法
突然 squid 就启动不了了,打开 squid.out,发现报错: WARNING: Cannot write log file: /var/log/squid/cache.log /var/log/squid/cache.log: Permission denied          messages will be sent to 'stderr'....
分类:系统相关   时间:2015-01-30 15:54:30    阅读次数:673
【转】Eclipse的启动问题【an error has occurred see the log file】
原文网址:http://coderlin.blog.51cto.com/7386328/1275215方法1:今天打开Eclipse的时候出现来了一个问题,导致了Eclipse打不开错误的提示是:An error has occurred.See the log file谷歌了一下,解决的办法是删除...
分类:系统相关   时间:2015-01-21 13:21:14    阅读次数:199
ubuntu安装nginx配置反向代理服务器
安装nginx: sudo apt-get install nginx 启动nginx; sudo service nginx start 如果报了这样的错误: [alert] could not open error log file: open() "/var/log/nginx/error.log" failed (13: Permission denied)2015/01...
分类:系统相关   时间:2015-01-18 00:56:11    阅读次数:568
oracle_重做日志文件--笔记
重做日志文件(redo log file)目录 重做日志文件相关。 重做日志文件简介。 查询重做日志文件的信息。 日志切换。 管理日志文件组 增删日志文件组。 增删日志文件成员。 归档与非归档模式。一.重做日志文件相关。 Oracle引入重做日志的目的:数据库的恢复。 Oracle相关进程:重做日志...
分类:数据库   时间:2015-01-16 20:50:30    阅读次数:370
oracle_控制文件--笔记
oracle数据库物理文件大致有8种: 参数文件(parameter file) 跟踪文件(trace file) 警告文件(alert file) 数据文件(data file) 临时文件(temp file) 控制文件(control file) 重做日志文件(redo log file) 密码...
分类:数据库   时间:2015-01-16 14:30:37    阅读次数:221
mysql性能优化之慢查询日志分析
打开慢查询日志在my.cnf置文件中修改log-slow-queries=日志文件路径(注:log-slow-queries在未来的版本将被删除,尽量使用slow-query-log-file重启服务后会出现warning警告[Warning]Thesyntax‘--log-slow-queries‘isdeprecatedandwillberemovedinafuturerelease.Pleaseuse‘--s..
分类:数据库   时间:2015-01-15 01:58:59    阅读次数:306
MySql从服务器延迟解决方案
在从服务器上执行show slave status;可以查看到很多同步的参数,我们需要特别注意的参数如下:Master_Log_File: SLAVE中的I/O线程当前正在读取的主服务器二进制日志文件的名称Read_Master_Log_Pos: 在当前的主服务器二进制日志中,SLAVE中的I/O线...
分类:数据库   时间:2015-01-08 12:48:08    阅读次数:163
603条   上一页 1 ... 45 46 47 48 49 ... 61 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!