Posted by:
breadf
(---.compute.hwclouds-dns.com)
I've been using Wampserver for local development for a long time. Last week the icon just didn't turn green. I uninstalled and reinstalled from the latest download. Old installation is in partition D:, and new installation is in partition C:.
New installation has same error code: 1067.
I installed wampserver as an administrator. After error happened, I tried "install service" in Apache - service admimnistration "wampapache64".
Below is the information:
1 - Windows 10 home Chinese version 22H2, 64 bit
2 - wampserver3.3.2_x64
3 - Apache Version 2.4.58
4 - PHP Version 8.2.13
5 - MySQL Version 8.2.0
5a - MariaDB version if applicable, turned off
6 - Wampserver icon: orange (not red or green)
Active lines in host:
127.0.0.1 localhost
::1 localhost
Below are the errors in the logs:
Apache access log:
--- File cleaned up by Wampserver installation or update ---
::1 - - [31/Dec/2023:00:02:59 +0800] "GET /phpmyadmin/js/dist/error_report.js?v=5.2.1 HTTP/1.1" 200 9264
::1 - - [31/Dec/2023:00:27:08 +0800] "GET /phpmyadmin/themes/pmahomme/img/s_error.png HTTP/1.1" 200 614
::1 - - [31/Dec/2023:08:09:47 +0800] "GET /phpmyadmin/js/dist/error_report.js?v=5.2.1 HTTP/1.1" 200 9264
::1 - - [01/Jan/2024:10:12:21 +0800] "GET /phpmyadmin/js/dist/error_report.js?v=5.2.1 HTTP/1.1" 200 9264
PHP error log:
--- File cleaned up by Wampserver installation or update ---
[01-Jan-2024 01:54:04 UTC] Result of command CMD /D /C wevtutil qe Application /c:2 /rd:true /f:text /q:"*[System[Provider[@Name='Apache Service'] and (Level=2)]]" is null
[01-Jan-2024 02:45:37 UTC] Result of command CMD /D /C wevtutil qe Application /c:2 /rd:true /f:text /q:"*[System[Provider[@Name='Apache Service'] and (Level=2)]]" is null
Error logged in Windows Event Viewer:
日志名称 (log name): Application
来源 (source): MySQL
日期 (date): 2023/12/29 12:54:48
事件 ID (event ID): 100
任务类别 (category): 无
级别 (level): 警告 (warning)
关键字 (keyword): 经典 (classic)
用户 (user): 暂缺 (n/w)
计算机 (computer): Rhett
描述 (description):
无法找到来自源 MySQL 的事件 ID 100 的描述。本地计算机上未安装引发此事件的组件,或者安装已损坏。可以安装或修复本地计算机上的组件。
Can't locate the description about event id 100 from source MySQL. This computer didn't install the module causing this event, or the installation is damaged. Please install or repair the module in this computer.
如果该事件产生于另一台计算机,则必须在该事件中保存显示信息。
If the event is from another computer, its information should be shown in this event.
以下是包含在事件中的信息:
Below is the event information:
InnoDB: New log files created, LSN=2768300
消息资源存在,但在消息表中找不到该消息。
Message resource exists, but can't be located in the table.
事件 (event) Xml:
<Event xmlns="[
schemas.microsoft.com];
<System>
<Provider Name="MySQL" />
<EventID Qualifiers="49152">100</EventID>
<Version>0</Version>
<Level>3</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2023-12-29T04:54:48.2248561Z" />
<EventRecordID>299726</EventRecordID>
<Correlation />
<Execution ProcessID="0" ThreadID="0" />
<Channel>Application</Channel>
<Computer>Rhett</Computer>
<Security />
</System>
<EventData>
<Data>InnoDB: New log files created, LSN=2768300</Data>
</EventData>
</Event>