Home > Database > Mysql Tutorial > sql2000报错Successfully re-opened the local eventlog解决方法_MySQL

sql2000报错Successfully re-opened the local eventlog解决方法_MySQL

WBOY
Release: 2016-06-01 13:05:03
Original
1084 people have browsed it

报错1:Unable to read local eventlog (reason: 事件日志文件已在读取间更改。
报错2:Successfully re-opened the local eventlog - NOTE: Some events may have been missed.


微软解释:
http://support.microsoft.com/default.aspx?scid=kb;en-us;811484

解决办法:

如果要防止错误日志, 中出现这些消息可以使用跟踪标志 2505 作为启动参数

要将跟踪标志 2505 作为 SQLServer 启动参数, 使用以下步骤:

1. 企业管理器, 右键单击服务器名称, 依次 属性 。
2. 在 常规 选项卡, 单击 启动参数 。
3. 添加以下作为新参数:
- T2505
4. 重新启动服务器对新参数才能生效

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template