My SQL startet nicht mehr

Irgendwelche Probleme mit XAMPP für Windows? Dann ist hier genau der richtige Ort um nachzufragen.

My SQL startet nicht mehr

Postby n1k0 » 13. July 2022 07:11

Hallo zusammen,

vorweg: Ich gebe zu, ich bin absoluter Laie und benutze XAMPP um eine Wordpress website lokal aufzubauen - bitte habt Verständnis.

Seit gestern kann ich MySQL nicht mehr starten. Könnt ihr mir hierbei helfen? Vielen Dank schon mal.

Cannot find checkpoint record at LSN (1,0x5711)
2022-07-13 8:11:23 0 [ERROR] mysqld.exe: Aria recovery failed. Please run aria_chk -r on all Aria tables and delete all aria_log.######## files
2022-07-13 8:11:23 0 [ERROR] Plugin 'Aria' init function returned error.
2022-07-13 8:11:23 0 [ERROR] Plugin 'Aria' registration as a STORAGE ENGINE failed.
2022-07-13 8:11:23 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2022-07-13 8:11:23 0 [Note] InnoDB: Uses event mutexes
2022-07-13 8:11:23 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2022-07-13 8:11:23 0 [Note] InnoDB: Number of pools: 1
2022-07-13 8:11:23 0 [Note] InnoDB: Using SSE2 crc32 instructions
2022-07-13 8:11:23 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2022-07-13 8:11:23 0 [Note] InnoDB: Completed initialization of buffer pool
2022-07-13 8:11:23 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2022-07-13 8:11:23 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2022-07-13 8:11:23 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2022-07-13 8:11:23 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2022-07-13 8:11:23 0 [Note] InnoDB: Waiting for purge to start
2022-07-13 8:11:23 0 [Note] InnoDB: 10.4.24 started; log sequence number 36153134; transaction id 21117
2022-07-13 8:11:23 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2022-07-13 8:11:23 0 [Note] Plugin 'FEEDBACK' is disabled.
2022-07-13 8:11:23 0 [ERROR] Could not open mysql.plugin table. Some plugins may be not loaded
2022-07-13 8:11:23 0 [Note] InnoDB: Buffer pool(s) load completed at 220713 8:11:23
2022-07-13 8:11:23 0 [ERROR] Failed to initialize plugins.
2022-07-13 8:11:23 0 [ERROR] Aborting

Viele Grüße,
Niko
n1k0
 
Posts: 11
Joined: 13. July 2022 07:08
XAMPP version: 3.0.0
Operating System: Windows 11

Re: My SQL startet nicht mehr

Postby Altrea » 13. July 2022 10:46

Hi,

Bitte probiere mal folgenden fix

  • Öffne die XAMPP Shell (Shell Button im XAMPP control Panel)
  • Wechsel ins mysql/data Verzeichnis
    Code: Select all
    cd mysql/data
  • Führe aria_chk -r für alle .MAI Dateien in der mysql Datenbank aus
    Code: Select all
    aria_chk -r mysql\*.MAI
  • Lösche alle aria_log.######## Dateien im mysql\data Ordner
    Code: Select all
    del aria_log.*
  • Versuche MariaDB normal zu starten
We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

It's like porn for programmers 8)
User avatar
Altrea
AF Moderator
 
Posts: 11933
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64

Re: My SQL startet nicht mehr

Postby n1k0 » 13. July 2022 11:48

es hat funktioniert! Vielen Danke für deine Hilfe!
Leider tritt der Fehler beim Schließen der Anwendungen und XAMPP und öffnen von XAMPP immer wieder erneut auf.

Muss man für die Zukunft irgendwas beachten um den Fehler zu vermeiden?

Schöne Grüße
n1k0
 
Posts: 11
Joined: 13. July 2022 07:08
XAMPP version: 3.0.0
Operating System: Windows 11

Re: My SQL startet nicht mehr

Postby n1k0 » 13. July 2022 11:57

hier noch die neuen logs:

2022-07-13 12:46:46 0 [ERROR] mysqld.exe: File 'C:\xampp\mysql\data\aria_log.00000001' not found (Errcode: 2 "No such file or directory")
2022-07-13 12:46:46 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2022-07-13 12:46:46 0 [Note] InnoDB: Uses event mutexes
2022-07-13 12:46:46 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2022-07-13 12:46:46 0 [Note] InnoDB: Number of pools: 1
2022-07-13 12:46:46 0 [Note] InnoDB: Using SSE2 crc32 instructions
2022-07-13 12:46:46 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2022-07-13 12:46:46 0 [Note] InnoDB: Completed initialization of buffer pool
2022-07-13 12:46:46 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2022-07-13 12:46:46 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2022-07-13 12:46:46 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2022-07-13 12:46:46 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2022-07-13 12:46:46 0 [Note] InnoDB: Waiting for purge to start
2022-07-13 12:46:46 0 [Note] InnoDB: 10.4.24 started; log sequence number 36153206; transaction id 21117
2022-07-13 12:46:46 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2022-07-13 12:46:46 0 [Note] Plugin 'FEEDBACK' is disabled.
2022-07-13 12:46:46 0 [Note] InnoDB: Buffer pool(s) load completed at 220713 12:46:46
2022-07-13 12:46:46 0 [Note] Server socket created on IP: '::'.
2022-07-13 12:53:44 0 [ERROR] mysqld.exe: File 'C:\xampp\mysql\data\aria_log.00000001' not found (Errcode: 2 "No such file or directory")
2022-07-13 12:53:44 0 [ERROR] mysqld.exe: Aria engine: log initialization failed
220713 12:53:44 [ERROR] mysqld got exception 0xc0000005 ;
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 https://mariadb.com/kb/en/reporting-bugs

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.4.24-MariaDB
key_buffer_size=16777216
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 = 20294 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!parse_user()
mysqld.exe!parse_user()
mysqld.exe!parse_user()
mysqld.exe!parse_user()
mysqld.exe!?ha_initialize_handlerton@@YAHPEAUst_plugin_int@@@Z()
mysqld.exe!?plugin_init@@YAHPEAHPEAPEADH@Z()
mysqld.exe!?plugin_init@@YAHPEAHPEAPEADH@Z()
mysqld.exe!?init_net_server_extension@@YAXPEAVTHD@@@Z()
mysqld.exe!?win_main@@YAHHPEAPEAD@Z()
mysqld.exe!?mysql_service@@YAXPEAX@Z()
mysqld.exe!?mysqld_main@@YAHHPEAPEAD@Z()
mysqld.exe!strxnmov()
KERNEL32.DLL!BaseThreadInitThunk()
ntdll.dll!RtlUserThreadStart()
The manual page at https://mariadb.com/kb/en/how-to-produce-a-full-stack-trace-for-mysqld/ contains
information that should help you find out what is causing the crash.
Writing a core file at C:\xampp\mysql\data\
Minidump written to C:\xampp\mysql\data\mysqld.dmp
2022-07-13 12:53:58 0 [ERROR] mysqld.exe: File 'C:\xampp\mysql\data\aria_log.00000001' not found (Errcode: 2 "No such file or directory")
2022-07-13 12:53:58 0 [ERROR] mysqld.exe: Aria engine: log initialization failed
220713 12:53:58 [ERROR] mysqld got exception 0xc0000005 ;
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 https://mariadb.com/kb/en/reporting-bugs

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.4.24-MariaDB
key_buffer_size=16777216
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 = 20294 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!parse_user()
mysqld.exe!parse_user()
mysqld.exe!parse_user()
mysqld.exe!parse_user()
mysqld.exe!?ha_initialize_handlerton@@YAHPEAUst_plugin_int@@@Z()
mysqld.exe!?plugin_init@@YAHPEAHPEAPEADH@Z()
mysqld.exe!?plugin_init@@YAHPEAHPEAPEADH@Z()
mysqld.exe!?init_net_server_extension@@YAXPEAVTHD@@@Z()
mysqld.exe!?win_main@@YAHHPEAPEAD@Z()
mysqld.exe!?mysql_service@@YAXPEAX@Z()
mysqld.exe!?mysqld_main@@YAHHPEAPEAD@Z()
mysqld.exe!strxnmov()
KERNEL32.DLL!BaseThreadInitThunk()
ntdll.dll!RtlUserThreadStart()
The manual page at https://mariadb.com/kb/en/how-to-produce-a-full-stack-trace-for-mysqld/ contains
information that should help you find out what is causing the crash.
Writing a core file at C:\xampp\mysql\data\
Minidump written to C:\xampp\mysql\data\mysqld.dmp
2022-07-13 12:55:33 0 [ERROR] mysqld.exe: File 'C:\xampp\mysql\data\aria_log.00000001' not found (Errcode: 2 "No such file or directory")
2022-07-13 12:55:33 0 [ERROR] mysqld.exe: Aria engine: log initialization failed
220713 12:55:33 [ERROR] mysqld got exception 0xc0000005 ;
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 https://mariadb.com/kb/en/reporting-bugs

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.4.24-MariaDB
key_buffer_size=16777216
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 = 20294 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!parse_user()
mysqld.exe!parse_user()
mysqld.exe!parse_user()
mysqld.exe!parse_user()
mysqld.exe!?ha_initialize_handlerton@@YAHPEAUst_plugin_int@@@Z()
mysqld.exe!?plugin_init@@YAHPEAHPEAPEADH@Z()
mysqld.exe!?plugin_init@@YAHPEAHPEAPEADH@Z()
mysqld.exe!?init_net_server_extension@@YAXPEAVTHD@@@Z()
mysqld.exe!?win_main@@YAHHPEAPEAD@Z()
mysqld.exe!?mysql_service@@YAXPEAX@Z()
mysqld.exe!?mysqld_main@@YAHHPEAPEAD@Z()
mysqld.exe!strxnmov()
KERNEL32.DLL!BaseThreadInitThunk()
ntdll.dll!RtlUserThreadStart()
The manual page at https://mariadb.com/kb/en/how-to-produce-a-full-stack-trace-for-mysqld/ contains
information that should help you find out what is causing the crash.
Writing a core file at C:\xampp\mysql\data\
Minidump written to C:\xampp\mysql\data\mysqld.dmp
n1k0
 
Posts: 11
Joined: 13. July 2022 07:08
XAMPP version: 3.0.0
Operating System: Windows 11

Re: My SQL startet nicht mehr

Postby Enzo » 23. July 2022 20:16

Ich habe das gleiche Problem, habe die Anweisungen durchgeführt, aber ohne Erfolg. Hier ist die Fehlermeldung aus dem log:

2022-07-18 15:35:05 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2022-07-18 15:35:05 0 [Note] InnoDB: Uses event mutexes
2022-07-18 15:35:05 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2022-07-18 15:35:05 0 [Note] InnoDB: Number of pools: 1
2022-07-18 15:35:05 0 [Note] InnoDB: Using SSE2 crc32 instructions
2022-07-18 15:35:05 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2022-07-18 15:35:05 0 [Note] InnoDB: Completed initialization of buffer pool
2022-07-18 15:35:05 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=300288
2022-07-18 15:35:05 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2022-07-18 15:35:05 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2022-07-18 15:35:05 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2022-07-18 15:35:05 0 [Note] InnoDB: Setting file '\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2022-07-18 15:35:05 0 [Note] InnoDB: File '\xampp\mysql\data\ibtmp1' size is now 12 MB.
2022-07-18 15:35:05 0 [Note] InnoDB: Waiting for purge to start
2022-07-18 15:35:05 0 [Note] InnoDB: 10.4.24 started; log sequence number 300297; transaction id 170
2022-07-18 15:35:05 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2022-07-18 15:35:05 0 [Note] Plugin 'FEEDBACK' is disabled.
2022-07-18 15:35:05 0 [Note] InnoDB: Buffer pool(s) load completed at 220718 15:35:05
2022-07-18 15:35:05 0 [Note] Server socket created on IP: '::'.
2022-07-18 19:48:26 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2022-07-18 19:48:26 0 [Note] InnoDB: Uses event mutexes
2022-07-18 19:48:26 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2022-07-18 19:48:26 0 [Note] InnoDB: Number of pools: 1
2022-07-18 19:48:26 0 [Note] InnoDB: Using SSE2 crc32 instructions
2022-07-18 19:48:26 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2022-07-18 19:48:26 0 [Note] InnoDB: Completed initialization of buffer pool
2022-07-18 19:48:26 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=304188
2022-07-18 19:48:26 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2022-07-18 19:48:26 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2022-07-18 19:48:26 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2022-07-18 19:48:26 0 [Note] InnoDB: Setting file '\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2022-07-18 19:48:26 0 [Note] InnoDB: File '\xampp\mysql\data\ibtmp1' size is now 12 MB.
2022-07-18 19:48:26 0 [Note] InnoDB: Waiting for purge to start
2022-07-18 19:48:27 0 [Note] InnoDB: 10.4.24 started; log sequence number 304197; transaction id 196
2022-07-18 19:48:27 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2022-07-18 19:48:27 0 [Note] Plugin 'FEEDBACK' is disabled.
2022-07-18 19:48:27 0 [Note] Server socket created on IP: '::'.
2022-07-19 16:03:00 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2022-07-19 16:03:00 0 [Note] InnoDB: Uses event mutexes
2022-07-19 16:03:00 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2022-07-19 16:03:00 0 [Note] InnoDB: Number of pools: 1
2022-07-19 16:03:00 0 [Note] InnoDB: Using SSE2 crc32 instructions
2022-07-19 16:03:00 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2022-07-19 16:03:00 0 [Note] InnoDB: Completed initialization of buffer pool
2022-07-19 16:03:00 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=453367
2022-07-19 16:03:00 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2022-07-19 16:03:00 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2022-07-19 16:03:00 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2022-07-19 16:03:00 0 [Note] InnoDB: Setting file '\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2022-07-19 16:03:00 0 [Note] InnoDB: File '\xampp\mysql\data\ibtmp1' size is now 12 MB.
2022-07-19 16:03:00 0 [Note] InnoDB: Waiting for purge to start
2022-07-19 16:03:00 0 [Note] InnoDB: 10.4.24 started; log sequence number 453376; transaction id 494
2022-07-19 16:03:00 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2022-07-19 16:03:00 0 [Note] Plugin 'FEEDBACK' is disabled.
2022-07-19 16:03:00 0 [Note] InnoDB: Buffer pool(s) load completed at 220719 16:03:00
2022-07-19 16:03:00 0 [Note] Server socket created on IP: '::'.
2022-07-21 15:09:04 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2022-07-21 15:09:04 0 [Note] InnoDB: Uses event mutexes
2022-07-21 15:09:04 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2022-07-21 15:09:04 0 [Note] InnoDB: Number of pools: 1
2022-07-21 15:09:04 0 [Note] InnoDB: Using SSE2 crc32 instructions
2022-07-21 15:09:04 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2022-07-21 15:09:04 0 [Note] InnoDB: Completed initialization of buffer pool
2022-07-21 15:09:04 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=453385
2022-07-21 15:09:04 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2022-07-21 15:09:04 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2022-07-21 15:09:04 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2022-07-21 15:09:04 0 [Note] InnoDB: Setting file '\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2022-07-21 15:09:04 0 [Note] InnoDB: File '\xampp\mysql\data\ibtmp1' size is now 12 MB.
2022-07-21 15:09:04 0 [Note] InnoDB: Waiting for purge to start
2022-07-21 15:09:04 0 [Note] InnoDB: 10.4.24 started; log sequence number 453394; transaction id 494
2022-07-21 15:09:04 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2022-07-21 15:09:04 0 [Note] Plugin 'FEEDBACK' is disabled.
2022-07-21 15:09:04 0 [Note] InnoDB: Buffer pool(s) load completed at 220721 15:09:04
2022-07-21 15:09:04 0 [Note] Server socket created on IP: '::'.
2022-07-22 11:38:19 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2022-07-22 11:38:19 0 [Note] InnoDB: Uses event mutexes
2022-07-22 11:38:19 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2022-07-22 11:38:19 0 [Note] InnoDB: Number of pools: 1
2022-07-22 11:38:19 0 [Note] InnoDB: Using SSE2 crc32 instructions
2022-07-22 11:38:19 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2022-07-22 11:38:19 0 [Note] InnoDB: Completed initialization of buffer pool
2022-07-22 11:38:19 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=650784
2022-07-22 11:38:19 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2022-07-22 11:38:19 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2022-07-22 11:38:19 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2022-07-22 11:38:19 0 [Note] InnoDB: Setting file '\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2022-07-22 11:38:19 0 [Note] InnoDB: File '\xampp\mysql\data\ibtmp1' size is now 12 MB.
2022-07-22 11:38:19 0 [Note] InnoDB: Waiting for purge to start
2022-07-22 11:38:19 0 [Note] InnoDB: 10.4.24 started; log sequence number 650793; transaction id 888
2022-07-22 11:38:19 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2022-07-22 11:38:19 0 [Note] Plugin 'FEEDBACK' is disabled.
2022-07-22 11:38:19 0 [Note] InnoDB: Buffer pool(s) load completed at 220722 11:38:19
2022-07-22 11:38:19 0 [Note] Server socket created on IP: '::'.
2022-07-23 15:07:51 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2022-07-23 15:07:51 0 [Note] InnoDB: Uses event mutexes
2022-07-23 15:07:51 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2022-07-23 15:07:51 0 [Note] InnoDB: Number of pools: 1
2022-07-23 15:07:51 0 [Note] InnoDB: Using SSE2 crc32 instructions
2022-07-23 15:07:51 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2022-07-23 15:07:51 0 [Note] InnoDB: Completed initialization of buffer pool
2022-07-23 15:07:51 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=651103
2022-07-23 15:07:52 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2022-07-23 15:07:52 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2022-07-23 15:07:52 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2022-07-23 15:07:52 0 [Note] InnoDB: Setting file '\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2022-07-23 15:07:52 0 [Note] InnoDB: File '\xampp\mysql\data\ibtmp1' size is now 12 MB.
2022-07-23 15:07:52 0 [Note] InnoDB: Waiting for purge to start
2022-07-23 15:07:52 0 [Note] InnoDB: 10.4.24 started; log sequence number 651112; transaction id 916
2022-07-23 15:07:52 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2022-07-23 15:07:52 0 [Note] Plugin 'FEEDBACK' is disabled.
2022-07-23 15:07:52 0 [Note] InnoDB: Buffer pool(s) load completed at 220723 15:07:52
2022-07-23 15:07:52 0 [Note] Server socket created on IP: '::'.
2022-07-23 15:42:47 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2022-07-23 15:42:47 0 [Note] InnoDB: Uses event mutexes
2022-07-23 15:42:47 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2022-07-23 15:42:47 0 [Note] InnoDB: Number of pools: 1
2022-07-23 15:42:47 0 [Note] InnoDB: Using SSE2 crc32 instructions
2022-07-23 15:42:47 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2022-07-23 15:42:47 0 [Note] InnoDB: Completed initialization of buffer pool
2022-07-23 15:42:47 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=653034
2022-07-23 15:42:47 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2022-07-23 15:42:47 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2022-07-23 15:42:47 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2022-07-23 15:42:47 0 [Note] InnoDB: Setting file '\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2022-07-23 15:42:47 0 [Note] InnoDB: File '\xampp\mysql\data\ibtmp1' size is now 12 MB.
2022-07-23 15:42:47 0 [Note] InnoDB: Waiting for purge to start
2022-07-23 15:42:47 0 [Note] InnoDB: 10.4.24 started; log sequence number 653043; transaction id 947
2022-07-23 15:42:47 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2022-07-23 15:42:47 0 [Note] Plugin 'FEEDBACK' is disabled.
2022-07-23 15:42:47 0 [Note] Server socket created on IP: '::'.
2022-07-23 15:49:15 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2022-07-23 15:49:15 0 [Note] InnoDB: Uses event mutexes
2022-07-23 15:49:15 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2022-07-23 15:49:15 0 [Note] InnoDB: Number of pools: 1
2022-07-23 15:49:15 0 [Note] InnoDB: Using SSE2 crc32 instructions
2022-07-23 15:49:15 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2022-07-23 15:49:15 0 [Note] InnoDB: Completed initialization of buffer pool
2022-07-23 15:49:15 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=654169
2022-07-23 15:49:15 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2022-07-23 15:49:15 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2022-07-23 15:49:15 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2022-07-23 15:49:15 0 [Note] InnoDB: Setting file '\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2022-07-23 15:49:15 0 [Note] InnoDB: File '\xampp\mysql\data\ibtmp1' size is now 12 MB.
2022-07-23 15:49:15 0 [Note] InnoDB: Waiting for purge to start
2022-07-23 15:49:15 0 [Note] InnoDB: 10.4.24 started; log sequence number 654178; transaction id 984
2022-07-23 15:49:15 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2022-07-23 15:49:15 0 [Note] Plugin 'FEEDBACK' is disabled.
2022-07-23 15:49:15 0 [Note] Server socket created on IP: '::'.
2022-07-23 15:55:49 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2022-07-23 15:55:49 0 [Note] InnoDB: Uses event mutexes
2022-07-23 15:55:49 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2022-07-23 15:55:49 0 [Note] InnoDB: Number of pools: 1
2022-07-23 15:55:49 0 [Note] InnoDB: Using SSE2 crc32 instructions
2022-07-23 15:55:49 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2022-07-23 15:55:49 0 [Note] InnoDB: Completed initialization of buffer pool
2022-07-23 15:55:49 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2022-07-23 15:55:49 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2022-07-23 15:55:49 0 [Note] InnoDB: Setting file '\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2022-07-23 15:55:49 0 [Note] InnoDB: File '\xampp\mysql\data\ibtmp1' size is now 12 MB.
2022-07-23 15:55:49 0 [Note] InnoDB: Waiting for purge to start
2022-07-23 15:55:49 0 [Note] InnoDB: 10.4.24 started; log sequence number 654187; transaction id 984
2022-07-23 15:55:49 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2022-07-23 15:55:49 0 [Note] Plugin 'FEEDBACK' is disabled.
2022-07-23 15:55:49 0 [Note] Server socket created on IP: '::'.
2022-07-23 15:58:50 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2022-07-23 15:58:50 0 [Note] InnoDB: Uses event mutexes
2022-07-23 15:58:50 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2022-07-23 15:58:50 0 [Note] InnoDB: Number of pools: 1
2022-07-23 15:58:50 0 [Note] InnoDB: Using SSE2 crc32 instructions
2022-07-23 15:58:50 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2022-07-23 15:58:50 0 [Note] InnoDB: Completed initialization of buffer pool
2022-07-23 15:58:50 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2022-07-23 15:58:50 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2022-07-23 15:58:50 0 [Note] InnoDB: Setting file '\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2022-07-23 15:58:50 0 [Note] InnoDB: File '\xampp\mysql\data\ibtmp1' size is now 12 MB.
2022-07-23 15:58:50 0 [Note] InnoDB: Waiting for purge to start
2022-07-23 15:58:50 0 [Note] InnoDB: 10.4.24 started; log sequence number 654196; transaction id 984
2022-07-23 15:58:50 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2022-07-23 15:58:50 0 [Note] Plugin 'FEEDBACK' is disabled.
2022-07-23 15:58:50 0 [Note] InnoDB: Buffer pool(s) load completed at 220723 15:58:50
2022-07-23 15:58:50 0 [Note] Server socket created on IP: '::'.
2022-07-23 15:59:34 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2022-07-23 15:59:34 0 [Note] InnoDB: Uses event mutexes
2022-07-23 15:59:34 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2022-07-23 15:59:34 0 [Note] InnoDB: Number of pools: 1
2022-07-23 15:59:34 0 [Note] InnoDB: Using SSE2 crc32 instructions
2022-07-23 15:59:34 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2022-07-23 15:59:34 0 [Note] InnoDB: Completed initialization of buffer pool
2022-07-23 15:59:34 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2022-07-23 15:59:34 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2022-07-23 15:59:34 0 [Note] InnoDB: Setting file '\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2022-07-23 15:59:34 0 [Note] InnoDB: File '\xampp\mysql\data\ibtmp1' size is now 12 MB.
2022-07-23 15:59:34 0 [Note] InnoDB: Waiting for purge to start
2022-07-23 15:59:34 0 [Note] InnoDB: 10.4.24 started; log sequence number 654205; transaction id 984
2022-07-23 15:59:34 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2022-07-23 15:59:34 0 [Note] Plugin 'FEEDBACK' is disabled.
2022-07-23 15:59:34 0 [Note] Server socket created on IP: '::'.
2022-07-23 16:03:42 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2022-07-23 16:03:42 0 [Note] InnoDB: Uses event mutexes
2022-07-23 16:03:42 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2022-07-23 16:03:42 0 [Note] InnoDB: Number of pools: 1
2022-07-23 16:03:42 0 [Note] InnoDB: Using SSE2 crc32 instructions
2022-07-23 16:03:42 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2022-07-23 16:03:42 0 [Note] InnoDB: Completed initialization of buffer pool
2022-07-23 16:03:42 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2022-07-23 16:03:42 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2022-07-23 16:03:42 0 [Note] InnoDB: Setting file '\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2022-07-23 16:03:42 0 [Note] InnoDB: File '\xampp\mysql\data\ibtmp1' size is now 12 MB.
2022-07-23 16:03:42 0 [Note] InnoDB: Waiting for purge to start
2022-07-23 16:03:42 0 [Note] InnoDB: 10.4.24 started; log sequence number 654214; transaction id 984
2022-07-23 16:03:42 0 [Note] Plugin 'FEEDBACK' is disabled.
2022-07-23 16:03:42 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2022-07-23 16:03:42 0 [Note] Server socket created on IP: '::'.
2022-07-23 16:10:00 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2022-07-23 16:10:00 0 [Note] InnoDB: Uses event mutexes
2022-07-23 16:10:00 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2022-07-23 16:10:00 0 [Note] InnoDB: Number of pools: 1
2022-07-23 16:10:00 0 [Note] InnoDB: Using SSE2 crc32 instructions
2022-07-23 16:10:00 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2022-07-23 16:10:00 0 [Note] InnoDB: Completed initialization of buffer pool
2022-07-23 16:10:00 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2022-07-23 16:10:00 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2022-07-23 16:10:00 0 [Note] InnoDB: Setting file '\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2022-07-23 16:10:00 0 [Note] InnoDB: File '\xampp\mysql\data\ibtmp1' size is now 12 MB.
2022-07-23 16:10:00 0 [Note] InnoDB: Waiting for purge to start
2022-07-23 16:10:00 0 [Note] InnoDB: 10.4.24 started; log sequence number 654223; transaction id 984
2022-07-23 16:10:00 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2022-07-23 16:10:00 0 [Note] Plugin 'FEEDBACK' is disabled.
2022-07-23 16:10:01 0 [Note] InnoDB: Buffer pool(s) load completed at 220723 16:10:01
2022-07-23 16:10:01 0 [Note] Server socket created on IP: '::'.
2022-07-23 16:10:49 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2022-07-23 16:10:49 0 [Note] InnoDB: Uses event mutexes
2022-07-23 16:10:49 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2022-07-23 16:10:49 0 [Note] InnoDB: Number of pools: 1
2022-07-23 16:10:49 0 [Note] InnoDB: Using SSE2 crc32 instructions
2022-07-23 16:10:49 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2022-07-23 16:10:49 0 [Note] InnoDB: Completed initialization of buffer pool
2022-07-23 16:10:50 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2022-07-23 16:10:50 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2022-07-23 16:10:50 0 [Note] InnoDB: Setting file '\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2022-07-23 16:10:50 0 [Note] InnoDB: File '\xampp\mysql\data\ibtmp1' size is now 12 MB.
2022-07-23 16:10:50 0 [Note] InnoDB: Waiting for purge to start
2022-07-23 16:10:50 0 [Note] InnoDB: 10.4.24 started; log sequence number 654232; transaction id 984
2022-07-23 16:10:50 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2022-07-23 16:10:50 0 [Note] Plugin 'FEEDBACK' is disabled.
2022-07-23 16:10:50 0 [Note] Server socket created on IP: '::'.
2022-07-23 20:45:53 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2022-07-23 20:45:53 0 [Note] InnoDB: Uses event mutexes
2022-07-23 20:45:53 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2022-07-23 20:45:53 0 [Note] InnoDB: Number of pools: 1
2022-07-23 20:45:53 0 [Note] InnoDB: Using SSE2 crc32 instructions
2022-07-23 20:45:53 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2022-07-23 20:45:53 0 [Note] InnoDB: Completed initialization of buffer pool
2022-07-23 20:45:53 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2022-07-23 20:45:53 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2022-07-23 20:45:53 0 [Note] InnoDB: Setting file '\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2022-07-23 20:45:53 0 [Note] InnoDB: File '\xampp\mysql\data\ibtmp1' size is now 12 MB.
2022-07-23 20:45:53 0 [Note] InnoDB: Waiting for purge to start
2022-07-23 20:45:53 0 [Note] InnoDB: 10.4.24 started; log sequence number 654241; transaction id 984
2022-07-23 20:45:53 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2022-07-23 20:45:53 0 [Note] Plugin 'FEEDBACK' is disabled.
2022-07-23 20:45:53 0 [Note] Server socket created on IP: '::'.
2022-07-23 20:53:53 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2022-07-23 20:53:53 0 [Note] InnoDB: Uses event mutexes
2022-07-23 20:53:53 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2022-07-23 20:53:53 0 [Note] InnoDB: Number of pools: 1
2022-07-23 20:53:53 0 [Note] InnoDB: Using SSE2 crc32 instructions
2022-07-23 20:53:53 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2022-07-23 20:53:53 0 [Note] InnoDB: Completed initialization of buffer pool
2022-07-23 20:53:53 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2022-07-23 20:53:53 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2022-07-23 20:53:53 0 [Note] InnoDB: Setting file '\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2022-07-23 20:53:53 0 [Note] InnoDB: File '\xampp\mysql\data\ibtmp1' size is now 12 MB.
2022-07-23 20:53:53 0 [Note] InnoDB: Waiting for purge to start
2022-07-23 20:53:53 0 [Note] InnoDB: 10.4.24 started; log sequence number 654250; transaction id 984
2022-07-23 20:53:53 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2022-07-23 20:53:53 0 [Note] Plugin 'FEEDBACK' is disabled.
2022-07-23 20:53:53 0 [Note] Server socket created on IP: '::'.
2022-07-23 21:04:39 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2022-07-23 21:04:39 0 [Note] InnoDB: Uses event mutexes
2022-07-23 21:04:39 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2022-07-23 21:04:39 0 [Note] InnoDB: Number of pools: 1
2022-07-23 21:04:39 0 [Note] InnoDB: Using SSE2 crc32 instructions
2022-07-23 21:04:39 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2022-07-23 21:04:39 0 [Note] InnoDB: Completed initialization of buffer pool
2022-07-23 21:04:40 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2022-07-23 21:04:40 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2022-07-23 21:04:40 0 [Note] InnoDB: Setting file '\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2022-07-23 21:04:40 0 [Note] InnoDB: File '\xampp\mysql\data\ibtmp1' size is now 12 MB.
2022-07-23 21:04:40 0 [Note] InnoDB: Waiting for purge to start
2022-07-23 21:04:40 0 [Note] InnoDB: 10.4.24 started; log sequence number 654268; transaction id 984
2022-07-23 21:04:40 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2022-07-23 21:04:40 0 [Note] Plugin 'FEEDBACK' is disabled.
2022-07-23 21:04:40 0 [Note] Server socket created on IP: '::'.
2022-07-23 21:05:15 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2022-07-23 21:05:15 0 [Note] InnoDB: Uses event mutexes
2022-07-23 21:05:15 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2022-07-23 21:05:15 0 [Note] InnoDB: Number of pools: 1
2022-07-23 21:05:15 0 [Note] InnoDB: Using SSE2 crc32 instructions
2022-07-23 21:05:15 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2022-07-23 21:05:15 0 [Note] InnoDB: Completed initialization of buffer pool
2022-07-23 21:05:15 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2022-07-23 21:05:15 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2022-07-23 21:05:15 0 [Note] InnoDB: Setting file '\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2022-07-23 21:05:15 0 [Note] InnoDB: File '\xampp\mysql\data\ibtmp1' size is now 12 MB.
2022-07-23 21:05:15 0 [Note] InnoDB: 10.4.24 started; log sequence number 654277; transaction id 984
2022-07-23 21:05:15 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2022-07-23 21:05:15 0 [Note] Plugin 'FEEDBACK' is disabled.
2022-07-23 21:05:15 0 [Note] Server socket created on IP: '::'.
2022-07-23 21:09:24 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2022-07-23 21:09:24 0 [Note] InnoDB: Uses event mutexes
2022-07-23 21:09:24 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2022-07-23 21:09:24 0 [Note] InnoDB: Number of pools: 1
2022-07-23 21:09:24 0 [Note] InnoDB: Using SSE2 crc32 instructions
2022-07-23 21:09:24 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2022-07-23 21:09:24 0 [Note] InnoDB: Completed initialization of buffer pool
2022-07-23 21:09:24 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2022-07-23 21:09:24 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2022-07-23 21:09:24 0 [Note] InnoDB: Setting file '\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2022-07-23 21:09:24 0 [Note] InnoDB: File '\xampp\mysql\data\ibtmp1' size is now 12 MB.
2022-07-23 21:09:24 0 [Note] InnoDB: Waiting for purge to start
2022-07-23 21:09:24 0 [Note] InnoDB: 10.4.24 started; log sequence number 654286; transaction id 984
2022-07-23 21:09:24 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2022-07-23 21:09:24 0 [Note] Plugin 'FEEDBACK' is disabled.
2022-07-23 21:09:24 0 [Note] Server socket created on IP: '::'.
2022-07-23 21:10:49 0 [ERROR] mysqld.exe: File '\xampp\mysql\data\aria_log.00000001' not found (Errcode: 2 "No such file or directory")
2022-07-23 21:10:49 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2022-07-23 21:10:49 0 [Note] InnoDB: Uses event mutexes
2022-07-23 21:10:49 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2022-07-23 21:10:49 0 [Note] InnoDB: Number of pools: 1
2022-07-23 21:10:49 0 [Note] InnoDB: Using SSE2 crc32 instructions
2022-07-23 21:10:49 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2022-07-23 21:10:49 0 [Note] InnoDB: Completed initialization of buffer pool
2022-07-23 21:10:49 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2022-07-23 21:10:49 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2022-07-23 21:10:49 0 [Note] InnoDB: Setting file '\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2022-07-23 21:10:49 0 [Note] InnoDB: File '\xampp\mysql\data\ibtmp1' size is now 12 MB.
2022-07-23 21:10:49 0 [Note] InnoDB: Waiting for purge to start
2022-07-23 21:10:49 0 [Note] InnoDB: 10.4.24 started; log sequence number 654295; transaction id 984
2022-07-23 21:10:49 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2022-07-23 21:10:49 0 [Note] Plugin 'FEEDBACK' is disabled.
2022-07-23 21:10:49 0 [Note] Server socket created on IP: '::'.
2022-07-23 21:13:31 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2022-07-23 21:13:31 0 [Note] InnoDB: Uses event mutexes
2022-07-23 21:13:31 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2022-07-23 21:13:31 0 [Note] InnoDB: Number of pools: 1
2022-07-23 21:13:31 0 [Note] InnoDB: Using SSE2 crc32 instructions
2022-07-23 21:13:31 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2022-07-23 21:13:31 0 [Note] InnoDB: Completed initialization of buffer pool
2022-07-23 21:13:31 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2022-07-23 21:13:31 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2022-07-23 21:13:31 0 [Note] InnoDB: Setting file '\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2022-07-23 21:13:31 0 [Note] InnoDB: File '\xampp\mysql\data\ibtmp1' size is now 12 MB.
2022-07-23 21:13:31 0 [Note] InnoDB: Waiting for purge to start
2022-07-23 21:13:31 0 [Note] InnoDB: 10.4.24 started; log sequence number 654304; transaction id 984
2022-07-23 21:13:31 0 [Note] Plugin 'FEEDBACK' is disabled.
2022-07-23 21:13:31 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2022-07-23 21:13:31 0 [Note] Server socket created on IP: '::'.

Ich arbeite mit Windows 10 und MacOS Big Sur und benutze die Xampp-Version 7.4.29 und in beiden Betriebssystemen erscheint der gleiche Fehler. Muss ich eventuell eine andere Xampp-Version installieren?
Vielen Dank für Rückmeldungen.
Heinz
Enzo
 
Posts: 2
Joined: 24. November 2015 11:32
XAMPP version: 7.4.29
Operating System: Windows 10

Re: My SQL startet nicht mehr

Postby Nobbie » 25. July 2022 11:59

Da ist keine einzige Fehlermeldung bei. Das sind ausnahmslos "Notes", das ist kein Fehler, nicht einmal eine Warnung, nur eine Bemerkung. Daran sieht man gar nichts.
Nobbie
 
Posts: 13176
Joined: 09. March 2008 13:04


Return to XAMPP für Windows

Who is online

Users browsing this forum: No registered users and 120 guests