Hi guys,
I need help with WampServer.
Currently running windows 10 on macbook pro touch bar 2018 using bootcamp.
Wampserver 3.1.0
Mysql 5.7.19
mariaDB 10.2.8
Apache is running fine with no problems.
However MySQL keep getting this error
2018-09-02T07:41:30.788331Z 0 [ERROR] InnoDB: Header page consists of zero bytes in datafile: .\ibdata1, Space ID:0, Flags: 0. Please refer to [dev.mysql.com] for how to resolve the issue.
2018-09-02T07:41:30.788331Z 0 [ERROR] InnoDB: Corrupted page [page id: space=0, page number=0] of datafile '.\ibdata1' could not be found in the doublewrite buffer.
2018-09-02T07:41:30.803954Z 0 [ERROR] InnoDB: Plugin initialization aborted with error Data structure corruption
2018-09-02T07:41:31.130596Z 0 [ERROR] Plugin 'InnoDB' init function returned error.
2018-09-02T07:41:31.130596Z 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
2018-09-02T07:41:31.130596Z 0 [ERROR] Failed to initialize plugins.
2018-09-02T07:41:31.130596Z 0 [ERROR] Aborting
Have tried adding the flush on my.ini, deleting data files etc doesn't work.
this is the log for innob
2018-09-02 15:41:30 12548 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2018-09-02 15:41:30 12548 [Note] InnoDB: Uses event mutexes
2018-09-02 15:41:30 12548 [Note] InnoDB: Compressed tables use zlib 1.2.3
2018-09-02 15:41:30 12548 [Note] InnoDB: Number of pools: 1
2018-09-02 15:41:30 12548 [Note] InnoDB: Using generic crc32 instructions
2018-09-02 15:41:30 12548 [Note] InnoDB: Initializing buffer pool, total size = 32M, instances = 1, chunk size = 32M
2018-09-02 15:41:30 12548 [Note] InnoDB: Completed initialization of buffer pool
2018-09-02 15:41:30 12548 [Note] InnoDB: Highest supported file format is Barracuda.
2018-09-02 15:41:30 12548 [Warning] InnoDB: Retry attempts for reading partial data failed.
2018-09-02 15:41:30 12548 [ERROR] InnoDB: Tried to read 512 bytes at offset 0, but was only able to read 0
2018-09-02 15:41:30 12548 [ERROR] InnoDB: File (unknown): 'read' returned OS error 0. Cannot continue operation
180902 15:41:30 [ERROR] mysqld got exception 0x80000003 ;
This could be because you hit a bug. It is also possible that this binary
or one of the libraries it was linked against is corrupt, improperly built,
or misconfigured. This error can also be caused by malfunctioning hardware.
To report this bug, see [mariadb.com]
We will try our best to scrape up some info that will hopefully help
diagnose the problem, but since we have already crashed,
something is definitely wrong and this may fail.
Server version: 10.2.8-MariaDB
key_buffer_size=67108864
read_buffer_size=262144
max_used_connections=0
max_threads=65537
thread_count=0
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 70631 K bytes of memory
Hope that's ok; if not, decrease some variables in the equation.
Thread pointer: 0x0
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
mysqld.exe!my_parameter_handler()[my_init.c:259]
mysqld.exe!raise()[signal.cpp:516]
mysqld.exe!abort()[abort.cpp:71]
mysqld.exe!os_file_handle_error_cond_exit()[os0file.cc:5207]
mysqld.exe!os_file_read_page()[os0file.cc:5089]
mysqld.exe!os_file_read_func()[os0file.cc:5429]
mysqld.exe!fil_io()[fil0fil.cc:5398]
mysqld.exe!log_group_header_read()[log0log.cc:1564]
mysqld.exe!recv_find_max_checkpoint()[log0recv.cc:949]
mysqld.exe!recv_recovery_from_checkpoint_start()[log0recv.cc:3151]
mysqld.exe!innobase_start_or_create_for_mysql()[srv0start.cc:2219]
mysqld.exe!innobase_init()[ha_innodb.cc:4428]
mysqld.exe!ha_initialize_handlerton()[handler.cc:512]
mysqld.exe!plugin_initialize()[sql_plugin.cc:1413]
mysqld.exe!plugin_init()[sql_plugin.cc:1694]
mysqld.exe!init_server_components()[mysqld.cc:5256]
mysqld.exe!win_main()[mysqld.cc:5848]
mysqld.exe!mysql_service()[mysqld.cc:6107]
mysqld.exe!thread_start<void (__cdecl*)(void * __ptr64)>()[thread.cpp:115]
KERNEL32.DLL!BaseThreadInitThunk()
ntdll.dll!RtlUserThreadStart()
The manual page at [dev.mysql.com] contains
information that should help you find out what is causing the crash.
Have also tried follow troubleshooting steps listed but still not working.
Hope someone can assist!
Thanks in advance!
I need help with WampServer.
Currently running windows 10 on macbook pro touch bar 2018 using bootcamp.
Wampserver 3.1.0
Mysql 5.7.19
mariaDB 10.2.8
Apache is running fine with no problems.
However MySQL keep getting this error
2018-09-02T07:41:30.788331Z 0 [ERROR] InnoDB: Header page consists of zero bytes in datafile: .\ibdata1, Space ID:0, Flags: 0. Please refer to [dev.mysql.com] for how to resolve the issue.
2018-09-02T07:41:30.788331Z 0 [ERROR] InnoDB: Corrupted page [page id: space=0, page number=0] of datafile '.\ibdata1' could not be found in the doublewrite buffer.
2018-09-02T07:41:30.803954Z 0 [ERROR] InnoDB: Plugin initialization aborted with error Data structure corruption
2018-09-02T07:41:31.130596Z 0 [ERROR] Plugin 'InnoDB' init function returned error.
2018-09-02T07:41:31.130596Z 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
2018-09-02T07:41:31.130596Z 0 [ERROR] Failed to initialize plugins.
2018-09-02T07:41:31.130596Z 0 [ERROR] Aborting
Have tried adding the flush on my.ini, deleting data files etc doesn't work.
this is the log for innob
2018-09-02 15:41:30 12548 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2018-09-02 15:41:30 12548 [Note] InnoDB: Uses event mutexes
2018-09-02 15:41:30 12548 [Note] InnoDB: Compressed tables use zlib 1.2.3
2018-09-02 15:41:30 12548 [Note] InnoDB: Number of pools: 1
2018-09-02 15:41:30 12548 [Note] InnoDB: Using generic crc32 instructions
2018-09-02 15:41:30 12548 [Note] InnoDB: Initializing buffer pool, total size = 32M, instances = 1, chunk size = 32M
2018-09-02 15:41:30 12548 [Note] InnoDB: Completed initialization of buffer pool
2018-09-02 15:41:30 12548 [Note] InnoDB: Highest supported file format is Barracuda.
2018-09-02 15:41:30 12548 [Warning] InnoDB: Retry attempts for reading partial data failed.
2018-09-02 15:41:30 12548 [ERROR] InnoDB: Tried to read 512 bytes at offset 0, but was only able to read 0
2018-09-02 15:41:30 12548 [ERROR] InnoDB: File (unknown): 'read' returned OS error 0. Cannot continue operation
180902 15:41:30 [ERROR] mysqld got exception 0x80000003 ;
This could be because you hit a bug. It is also possible that this binary
or one of the libraries it was linked against is corrupt, improperly built,
or misconfigured. This error can also be caused by malfunctioning hardware.
To report this bug, see [mariadb.com]
We will try our best to scrape up some info that will hopefully help
diagnose the problem, but since we have already crashed,
something is definitely wrong and this may fail.
Server version: 10.2.8-MariaDB
key_buffer_size=67108864
read_buffer_size=262144
max_used_connections=0
max_threads=65537
thread_count=0
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 70631 K bytes of memory
Hope that's ok; if not, decrease some variables in the equation.
Thread pointer: 0x0
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
mysqld.exe!my_parameter_handler()[my_init.c:259]
mysqld.exe!raise()[signal.cpp:516]
mysqld.exe!abort()[abort.cpp:71]
mysqld.exe!os_file_handle_error_cond_exit()[os0file.cc:5207]
mysqld.exe!os_file_read_page()[os0file.cc:5089]
mysqld.exe!os_file_read_func()[os0file.cc:5429]
mysqld.exe!fil_io()[fil0fil.cc:5398]
mysqld.exe!log_group_header_read()[log0log.cc:1564]
mysqld.exe!recv_find_max_checkpoint()[log0recv.cc:949]
mysqld.exe!recv_recovery_from_checkpoint_start()[log0recv.cc:3151]
mysqld.exe!innobase_start_or_create_for_mysql()[srv0start.cc:2219]
mysqld.exe!innobase_init()[ha_innodb.cc:4428]
mysqld.exe!ha_initialize_handlerton()[handler.cc:512]
mysqld.exe!plugin_initialize()[sql_plugin.cc:1413]
mysqld.exe!plugin_init()[sql_plugin.cc:1694]
mysqld.exe!init_server_components()[mysqld.cc:5256]
mysqld.exe!win_main()[mysqld.cc:5848]
mysqld.exe!mysql_service()[mysqld.cc:6107]
mysqld.exe!thread_start<void (__cdecl*)(void * __ptr64)>()[thread.cpp:115]
KERNEL32.DLL!BaseThreadInitThunk()
ntdll.dll!RtlUserThreadStart()
The manual page at [dev.mysql.com] contains
information that should help you find out what is causing the crash.
Have also tried follow troubleshooting steps listed but still not working.
Hope someone can assist!
Thanks in advance!