My SQL doesn't start after ending session

Alles, was MariaDB und MySQL betrifft, kann hier besprochen werden.

My SQL doesn't start after ending session

Postby n1c » 21. December 2020 21:19

Greetings,
I get this error when trying to start MySQL server. I was working on my project and when I closed the server and MySQL returned to get this error

10:13:54 PM [mysql] Error: MySQL shutdown unexpectedly.
10:13:54 PM [mysql] This may be due to a blocked port, missing dependencies,
10:13:54 PM [mysql] improper privileges, a crash, or a shutdown by another method.
10:13:54 PM [mysql] Press the Logs button to view error logs and check
10:13:54 PM [mysql] the Windows Event Viewer for more clues
10:13:54 PM [mysql] If you need more help, copy and post this
10:13:54 PM [mysql] entire log window on the forums

BR,
N1c :D
n1c
 
Posts: 9
Joined: 21. December 2020 21:16
XAMPP version: 3.2.4
Operating System: Windows

Re: My SQL doesn't start after ending session

Postby Altrea » 22. December 2020 00:18

n1c wrote:10:13:54 PM [mysql] Press the Logs button to view error logs and check
10:13:54 PM [mysql] the Windows Event Viewer for more clues
10:13:54 PM [mysql] If you need more help, copy and post this
10:13:54 PM [mysql] entire log window on the forums


Do this!?
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: 11926
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64

Re: My SQL doesn't start after ending session

Postby n1c » 22. December 2020 07:26

ahahahaha okay so I will not get an answer? :D :( :lol:
n1c
 
Posts: 9
Joined: 21. December 2020 21:16
XAMPP version: 3.2.4
Operating System: Windows

Re: My SQL doesn't start after ending session

Postby Altrea » 22. December 2020 07:33

Sure we will try to help.
But if you are not willing to give us the needed information to analyze your problem, then I am not very optimistic your problem could get solved.
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: 11926
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64

Re: My SQL doesn't start after ending session

Postby n1c » 22. December 2020 20:31

this is the only error i get on xampp console. The sql and apache worked fine untile i closed the console.
n1c
 
Posts: 9
Joined: 21. December 2020 21:16
XAMPP version: 3.2.4
Operating System: Windows

Re: My SQL doesn't start after ending session

Postby Altrea » 22. December 2020 21:44

10:13:54 PM [mysql] Press the Logs button to view error logs and check


10:13:54 PM [mysql] If you need more help, copy and post this
10:13:54 PM [mysql] entire log window on the forums


Sorry, can this be any more clear than that?
You did not show is the contents of the Mysql log
You did not show us the contents of the ENTIRE xampp control panel log window.
We cannot identify the issue without these information.
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: 11926
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64

Re: My SQL doesn't start after ending session

Postby n1c » 22. December 2020 21:57

InnoDB: using atomic writes.
2020-12-21 13:20:49 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-21 13:20:49 0 [Note] InnoDB: Uses event mutexes
2020-12-21 13:20:49 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-21 13:20:49 0 [Note] InnoDB: Number of pools: 1
2020-12-21 13:20:49 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-21 13:20:49 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-21 13:20:49 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-21 13:20:49 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=300288
2020-12-21 13:20:49 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-21 13:20:49 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2020-12-21 13:20:49 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-21 13:20:49 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-21 13:20:49 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-21 13:20:49 0 [Note] InnoDB: Waiting for purge to start
2020-12-21 13:20:49 0 [Note] InnoDB: 10.4.17 started; log sequence number 300297; transaction id 170
2020-12-21 13:20:49 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-21 13:20:49 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-21 13:20:49 0 [Note] Server socket created on IP: '::'.
2020-12-21 13:20:49 0 [Note] InnoDB: Buffer pool(s) load completed at 201221 13:20:49
2020-12-21 22:06:28 0 [Note] mysqld.exe: Aria engine: starting recovery
recovered pages: 0% 13% 37% 55% 65% 82% 100% (0.0 seconds); tables to flush: 2 1 0
(0.0 seconds);
2020-12-21 22:06:28 0 [Note] mysqld.exe: Aria engine: recovery done
InnoDB: using atomic writes.
2020-12-21 22:06:28 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-21 22:06:28 0 [Note] InnoDB: Uses event mutexes
2020-12-21 22:06:28 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-21 22:06:28 0 [Note] InnoDB: Number of pools: 1
2020-12-21 22:06:28 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-21 22:06:28 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-21 22:06:28 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-21 22:06:28 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=3079372
2020-12-21 22:06:28 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-21 22:06:28 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2020-12-21 22:06:28 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-21 22:06:28 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-21 22:06:28 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-21 22:06:28 0 [Note] InnoDB: Waiting for purge to start
2020-12-21 22:06:28 0 [Note] InnoDB: 10.4.17 started; log sequence number 3079381; transaction id 2559
2020-12-21 22:06:28 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-21 22:06:28 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-21 22:06:28 0 [Note] Server socket created on IP: '::'.
2020-12-21 22:06:28 0 [Note] InnoDB: Buffer pool(s) loadInnoDB: using atomic writes.
2020-12-21 22:07:48 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-21 22:07:48 0 [Note] InnoDB: Uses event mutexes
2020-12-21 22:07:48 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-21 22:07:48 0 [Note] InnoDB: Number of pools: 1
2020-12-21 22:07:48 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-21 22:07:48 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-21 22:07:48 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-21 22:07:48 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=3085488
2020-12-21 22:07:48 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-21 22:07:48 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2020-12-21 22:07:48 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-21 22:07:48 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-21 22:07:48 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-21 22:07:48 0 [Note] InnoDB: Waiting for purge to start
2020-12-21 22:07:48 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085497; transaction id 2573
2020-12-21 22:07:48 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-21 22:07:48 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-21 22:07:48 0 [Note] Server socket created on IP: '::'.
InnoDB: using atomic writes.
2020-12-21 22:07:57 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-21 22:07:57 0 [Note] InnoDB: Uses event mutexes
2020-12-21 22:07:57 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-21 22:07:57 0 [Note] InnoDB: Number of pools: 1
2020-12-21 22:07:57 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-21 22:07:57 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-21 22:07:57 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-21 22:07:57 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-21 22:07:57 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-21 22:07:57 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-21 22:07:57 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-21 22:07:57 0 [Note] InnoDB: Waiting for purge to start
2020-12-21 22:07:57 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085506; transaction id 2573
2020-12-21 22:07:57 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-21 22:07:57 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-21 22:07:57 0 [Note] Server socket created on IP: '::'.
InnoDB: using atomic writes.
2020-12-21 22:08:12 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-21 22:08:12 0 [Note] InnoDB: Uses event mutexes
2020-12-21 22:08:12 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-21 22:08:12 0 [Note] InnoDB: Number of pools: 1
2020-12-21 22:08:12 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-21 22:08:12 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-21 22:08:12 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-21 22:08:12 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-21 22:08:12 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-21 22:08:12 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-21 22:08:12 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-21 22:08:12 0 [Note] InnoDB: Waiting for purge to start
2020-12-21 22:08:12 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085515; transaction id 2573
2020-12-21 22:08:12 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-21 22:08:12 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-21 22:08:12 0 [Note] Server socket created on IP: '::'.
InnoDB: using atomic writes.
2020-12-21 22:08:18 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-21 22:08:18 0 [Note] InnoDB: Uses event mutexes
2020-12-21 22:08:18 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-21 22:08:18 0 [Note] InnoDB: Number of pools: 1
2020-12-21 22:08:18 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-21 22:08:18 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-21 22:08:18 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-21 22:08:18 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-21 22:08:18 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-21 22:08:18 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-21 22:08:18 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-21 22:08:18 0 [Note] InnoDB: Waiting for purge to start
2020-12-21 22:08:18 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085524; transaction id 2573
2020-12-21 22:08:18 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-21 22:08:18 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-21 22:08:18 0 [Note] Server socket created on IP: '::'.
InnoDB: using atomic writes.
2020-12-21 22:09:00 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-21 22:09:00 0 [Note] InnoDB: Uses event mutexes
2020-12-21 22:09:00 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-21 22:09:00 0 [Note] InnoDB: Number of pools: 1
2020-12-21 22:09:00 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-21 22:09:00 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-21 22:09:00 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-21 22:09:00 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-21 22:09:00 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-21 22:09:00 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-21 22:09:00 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-21 22:09:00 0 [Note] InnoDB: Waiting for purge to start
2020-12-21 22:09:00 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085533; transaction id 2573
2020-12-21 22:09:00 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-21 22:09:00 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-21 22:09:00 0 [Note] Server socket created on IP: '::'.
InnoDB: using atomic writes.
2020-12-21 22:10:16 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-21 22:10:16 0 [Note] InnoDB: Uses event mutexes
2020-12-21 22:10:16 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-21 22:10:16 0 [Note] InnoDB: Number of pools: 1
2020-12-21 22:10:16 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-21 22:10:16 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-21 22:10:16 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-21 22:10:16 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-21 22:10:16 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-21 22:10:16 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-21 22:10:16 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-21 22:10:16 0 [Note] InnoDB: Waiting for purge to start
2020-12-21 22:10:16 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085542; transaction id 2573
2020-12-21 22:10:16 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-21 22:10:16 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-21 22:10:16 0 [Note] Server socket created on IP: '::'.
InnoDB: using atomic writes.
2020-12-21 22:10:30 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-21 22:10:30 0 [Note] InnoDB: Uses event mutexes
2020-12-21 22:10:30 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-21 22:10:30 0 [Note] InnoDB: Number of pools: 1
2020-12-21 22:10:30 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-21 22:10:30 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-21 22:10:30 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-21 22:10:30 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-21 22:10:30 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-21 22:10:30 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-21 22:10:30 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-21 22:10:30 0 [Note] InnoDB: Waiting for purge to start
2020-12-21 22:10:30 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085551; transaction id 2573
2020-12-21 22:10:30 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-21 22:10:30 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-21 22:10:30 0 [Note] Server socket created on IP: '::'.
InnoDB: using atomic writes.
2020-12-21 22:13:17 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-21 22:13:17 0 [Note] InnoDB: Uses event mutexes
2020-12-21 22:13:17 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-21 22:13:17 0 [Note] InnoDB: Number of pools: 1
2020-12-21 22:13:17 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-21 22:13:17 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-21 22:13:17 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-21 22:13:17 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-21 22:13:17 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-21 22:13:17 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-21 22:13:17 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-21 22:13:17 0 [Note] InnoDB: Waiting for purge to start
2020-12-21 22:13:18 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085560; transaction id 2573
2020-12-21 22:13:18 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-21 22:13:18 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-21 22:13:18 0 [Note] Server socket created on IP: '::'.
InnoDB: using atomic writes.
2020-12-21 22:13:21 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-21 22:13:21 0 [Note] InnoDB: Uses event mutexes
2020-12-21 22:13:21 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-21 22:13:21 0 [Note] InnoDB: Number of pools: 1
2020-12-21 22:13:21 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-21 22:13:21 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-21 22:13:21 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-21 22:13:21 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-21 22:13:21 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-21 22:13:21 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-21 22:13:21 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-21 22:13:21 0 [Note] InnoDB: Waiting for purge to start
2020-12-21 22:13:21 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085569; transaction id 2573
2020-12-21 22:13:21 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-21 22:13:21 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-21 22:13:21 0 [Note] Server socket created on IP: '::'.
InnoDB: using atomic writes.
2020-12-21 22:13:53 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-21 22:13:53 0 [Note] InnoDB: Uses event mutexes
2020-12-21 22:13:53 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-21 22:13:53 0 [Note] InnoDB: Number of pools: 1
2020-12-21 22:13:53 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-21 22:13:53 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-21 22:13:53 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-21 22:13:53 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-21 22:13:53 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-21 22:13:53 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-21 22:13:53 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-21 22:13:53 0 [Note] InnoDB: Waiting for purge to start
2020-12-21 22:13:53 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085578; transaction id 2573
2020-12-21 22:13:53 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-21 22:13:53 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-21 22:13:53 0 [Note] Server socket created on IP: '::'.
InnoDB: using atomic writes.
2020-12-21 22:21:53 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-21 22:21:53 0 [Note] InnoDB: Uses event mutexes
2020-12-21 22:21:53 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-21 22:21:53 0 [Note] InnoDB: Number of pools: 1
2020-12-21 22:21:53 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-21 22:21:53 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-21 22:21:53 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-21 22:21:53 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-21 22:21:53 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-21 22:21:53 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-21 22:21:53 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-21 22:21:53 0 [Note] InnoDB: Waiting for purge to start
2020-12-21 22:21:53 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085587; transaction id 2573
2020-12-21 22:21:53 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-21 22:21:53 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-21 22:21:53 0 [Note] Server socket created on IP: '::'.
InnoDB: using atomic writes.
2020-12-21 22:37:24 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-21 22:37:24 0 [Note] InnoDB: Uses event mutexes
2020-12-21 22:37:24 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-21 22:37:24 0 [Note] InnoDB: Number of pools: 1
2020-12-21 22:37:24 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-21 22:37:24 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-21 22:37:24 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-21 22:37:24 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-21 22:37:24 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-21 22:37:24 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-21 22:37:24 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-21 22:37:24 0 [Note] InnoDB: Waiting for purge to start
2020-12-21 22:37:24 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085596; transaction id 2573
2020-12-21 22:37:24 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-21 22:37:24 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-21 22:37:24 0 [Note] Server socket created on IP: '::'.
InnoDB: using atomic writes.
2020-12-21 22:37:27 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-21 22:37:27 0 [Note] InnoDB: Uses event mutexes
2020-12-21 22:37:27 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-21 22:37:27 0 [Note] InnoDB: Number of pools: 1
2020-12-21 22:37:27 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-21 22:37:27 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-21 22:37:27 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-21 22:37:27 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-21 22:37:27 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-21 22:37:27 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-21 22:37:27 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-21 22:37:27 0 [Note] InnoDB: Waiting for purge to start
2020-12-21 22:37:27 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085605; transaction id 2573
2020-12-21 22:37:27 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-21 22:37:27 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-21 22:37:27 0 [Note] Server socket created on IP: '::'.
InnoDB: using atomic writes.
2020-12-21 22:48:45 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-21 22:48:45 0 [Note] InnoDB: Uses event mutexes
2020-12-21 22:48:45 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-21 22:48:45 0 [Note] InnoDB: Number of pools: 1
2020-12-21 22:48:45 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-21 22:48:45 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-21 22:48:45 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-21 22:48:45 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-21 22:48:45 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-21 22:48:45 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-21 22:48:45 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-21 22:48:45 0 [Note] InnoDB: Waiting for purge to start
2020-12-21 22:48:46 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085614; transaction id 2573
2020-12-21 22:48:46 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-21 22:48:46 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-21 22:48:46 0 [Note] Server socket created on IP: '::'.
InnoDB: using atomic writes.
2020-12-22 8:01:22 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-22 8:01:22 0 [Note] InnoDB: Uses event mutexes
2020-12-22 8:01:22 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-22 8:01:22 0 [Note] InnoDB: Number of pools: 1
2020-12-22 8:01:22 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-22 8:01:22 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-22 8:01:22 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-22 8:01:22 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-22 8:01:22 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-22 8:01:22 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-22 8:01:22 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-22 8:01:22 0 [Note] InnoDB: Waiting for purge to start
2020-12-22 8:01:22 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085623; transaction id 2573
2020-12-22 8:01:22 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-22 8:01:22 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-22 8:01:22 0 [Note] Server socket created on IP: '::'.
InnoDB: using atomic writes.
2020-12-22 21:31:23 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-22 21:31:23 0 [Note] InnoDB: Uses event mutexes
2020-12-22 21:31:23 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-22 21:31:23 0 [Note] InnoDB: Number of pools: 1
2020-12-22 21:31:23 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-22 21:31:23 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-22 21:31:23 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-22 21:31:23 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-22 21:31:23 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-22 21:31:23 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-22 21:31:23 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-22 21:31:23 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085632; transaction id 2573
2020-12-22 21:31:23 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-22 21:31:23 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-22 21:31:23 0 [Note] Server socket created on IP: '::'.
InnoDB: using atomic writes.
2020-12-22 21:33:29 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-22 21:33:29 0 [Note] InnoDB: Uses event mutexes
2020-12-22 21:33:29 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-22 21:33:29 0 [Note] InnoDB: Number of pools: 1
2020-12-22 21:33:29 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-22 21:33:29 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-22 21:33:29 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-22 21:33:29 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-22 21:33:29 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-22 21:33:29 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-22 21:33:29 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-22 21:33:29 0 [Note] InnoDB: Waiting for purge to start
2020-12-22 21:33:29 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085641; transaction id 2573
2020-12-22 21:33:29 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-22 21:33:29 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-22 21:33:29 0 [Note] Server socket created on IP: '::'.
InnoDB: using atomic writes.
2020-12-22 22:26:40 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-22 22:26:40 0 [Note] InnoDB: Uses event mutexes
2020-12-22 22:26:40 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-22 22:26:40 0 [Note] InnoDB: Number of pools: 1
2020-12-22 22:26:40 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-22 22:26:40 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-22 22:26:40 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-22 22:26:40 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-22 22:26:40 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-22 22:26:40 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-22 22:26:40 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-22 22:26:40 0 [Note] InnoDB: Waiting for purge to start
2020-12-22 22:26:40 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085650; transaction id 2573
2020-12-22 22:26:40 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-22 22:26:40 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-22 22:26:40 0 [Note] Server socket created on IP: '::'.
InnoDB: using atomic writes.
2020-12-22 22:27:03 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-22 22:27:03 0 [Note] InnoDB: Uses event mutexes
2020-12-22 22:27:03 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-22 22:27:03 0 [Note] InnoDB: Number of pools: 1
2020-12-22 22:27:03 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-22 22:27:03 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-22 22:27:03 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-22 22:27:03 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-22 22:27:03 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-22 22:27:03 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-22 22:27:03 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-22 22:27:03 0 [Note] InnoDB: Waiting for purge to start
2020-12-22 22:27:03 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085659; transaction id 2573
2020-12-22 22:27:03 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-22 22:27:03 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-22 22:27:03 0 [Note] Server socket created on IP: '::'.
InnoDB: using atomic writes.
2020-12-22 22:27:15 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-22 22:27:15 0 [Note] InnoDB: Uses event mutexes
2020-12-22 22:27:15 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-22 22:27:15 0 [Note] InnoDB: Number of pools: 1
2020-12-22 22:27:15 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-22 22:27:15 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-22 22:27:15 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-22 22:27:15 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-22 22:27:15 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-22 22:27:15 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-22 22:27:15 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-22 22:27:15 0 [Note] InnoDB: Waiting for purge to start
2020-12-22 22:27:15 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085668; transaction id 2573
2020-12-22 22:27:15 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-22 22:27:15 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-22 22:27:15 0 [Note] Server socket created on IP: '::'.
InnoDB: using atomic writes.
2020-12-22 22:27:20 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-22 22:27:20 0 [Note] InnoDB: Uses event mutexes
2020-12-22 22:27:20 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-22 22:27:20 0 [Note] InnoDB: Number of pools: 1
2020-12-22 22:27:20 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-22 22:27:20 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-22 22:27:20 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-22 22:27:20 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-22 22:27:20 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-22 22:27:20 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-22 22:27:20 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-22 22:27:20 0 [Note] InnoDB: Waiting for purge to start
2020-12-22 22:27:20 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085677; transaction id 2573
2020-12-22 22:27:20 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-22 22:27:20 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-22 22:27:20 0 [Note] Server socket created on IP: '::'.
InnoDB: using atomic writes.
2020-12-22 22:28:56 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-22 22:28:56 0 [Note] InnoDB: Uses event mutexes
2020-12-22 22:28:56 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-22 22:28:56 0 [Note] InnoDB: Number of pools: 1
2020-12-22 22:28:56 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-22 22:28:56 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-22 22:28:56 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-22 22:28:56 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-22 22:28:56 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-22 22:28:56 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-22 22:28:56 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-22 22:28:56 0 [Note] InnoDB: Waiting for purge to start
2020-12-22 22:28:56 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085686; transaction id 2573
2020-12-22 22:28:56 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-22 22:28:56 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-22 22:28:56 0 [Note] Server socket created on IP: '::'.
InnoDB: using atomic writes.
2020-12-22 22:40:05 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-22 22:40:05 0 [Note] InnoDB: Uses event mutexes
2020-12-22 22:40:05 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-22 22:40:05 0 [Note] InnoDB: Number of pools: 1
2020-12-22 22:40:05 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-22 22:40:05 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-22 22:40:05 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-22 22:40:05 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-22 22:40:05 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-22 22:40:05 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-22 22:40:05 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-22 22:40:05 0 [Note] InnoDB: Waiting for purge to start
2020-12-22 22:40:05 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085695; transaction id 2573
2020-12-22 22:40:05 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-22 22:40:05 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-22 22:40:05 0 [Note] Server socket created on IP: '::'.
InnoDB: using atomic writes.
2020-12-22 22:57:02 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-22 22:57:02 0 [Note] InnoDB: Uses event mutexes
2020-12-22 22:57:02 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-22 22:57:02 0 [Note] InnoDB: Number of pools: 1
2020-12-22 22:57:02 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-22 22:57:02 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-22 22:57:02 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-22 22:57:02 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-22 22:57:02 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-22 22:57:02 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-22 22:57:02 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-22 22:57:02 0 [Note] InnoDB: Waiting for purge to start
2020-12-22 22:57:02 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085704; transaction id 2573
2020-12-22 22:57:02 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-22 22:57:02 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-22 22:57:02 0 [Note] Server socket created on IP: '::'.
InnoDB: using atomic writes.
2020-12-22 22:57:51 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-22 22:57:51 0 [Note] InnoDB: Uses event mutexes
2020-12-22 22:57:51 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-22 22:57:51 0 [Note] InnoDB: Number of pools: 1
2020-12-22 22:57:51 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-22 22:57:51 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-22 22:57:51 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-22 22:57:51 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-22 22:57:51 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-22 22:57:51 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-22 22:57:51 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-22 22:57:51 0 [Note] InnoDB: Waiting for purge to start
2020-12-22 22:57:51 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085713; transaction id 2573
2020-12-22 22:57:51 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-22 22:57:51 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-22 22:57:51 0 [Note] Server socket created on IP: '::'.
n1c
 
Posts: 9
Joined: 21. December 2020 21:16
XAMPP version: 3.2.4
Operating System: Windows

Re: My SQL doesn't start after ending session

Postby Altrea » 22. December 2020 22:01

n1c wrote:2020-12-22 22:57:51 0 [Note] Server socket created on IP: '::'.

Based on this information MariaDB could have been started today at 22:57:51.
Maybe the control panel was just not capable to get the needed information that MariaDB is running.
Did you start the control panel with enhanced administrator rights (rightclick -> run as Administrator)?
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: 11926
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64

I get this after running as administrator

Postby n1c » 22. December 2020 22:12

InnoDB: using atomic writes.
2020-12-21 13:20:49 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-21 13:20:49 0 [Note] InnoDB: Uses event mutexes
2020-12-21 13:20:49 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-21 13:20:49 0 [Note] InnoDB: Number of pools: 1
2020-12-21 13:20:49 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-21 13:20:49 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-21 13:20:49 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-21 13:20:49 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=300288
2020-12-21 13:20:49 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-21 13:20:49 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2020-12-21 13:20:49 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-21 13:20:49 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-21 13:20:49 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-21 13:20:49 0 [Note] InnoDB: Waiting for purge to start
2020-12-21 13:20:49 0 [Note] InnoDB: 10.4.17 started; log sequence number 300297; transaction id 170
2020-12-21 13:20:49 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-21 13:20:49 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-21 13:20:49 0 [Note] Server socket created on IP: '::'.
2020-12-21 13:20:49 0 [Note] InnoDB: Buffer pool(s) load completed at 201221 13:20:49
2020-12-21 22:06:28 0 [Note] mysqld.exe: Aria engine: starting recovery
recovered pages: 0% 13% 37% 55% 65% 82% 100% (0.0 seconds); tables to flush: 2 1 0
(0.0 seconds);
2020-12-21 22:06:28 0 [Note] mysqld.exe: Aria engine: recovery done
InnoDB: using atomic writes.
2020-12-21 22:06:28 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-21 22:06:28 0 [Note] InnoDB: Uses event mutexes
2020-12-21 22:06:28 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-21 22:06:28 0 [Note] InnoDB: Number of pools: 1
2020-12-21 22:06:28 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-21 22:06:28 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-21 22:06:28 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-21 22:06:28 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=3079372
2020-12-21 22:06:28 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-21 22:06:28 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2020-12-21 22:06:28 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-21 22:06:28 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-21 22:06:28 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-21 22:06:28 0 [Note] InnoDB: Waiting for purge to start
2020-12-21 22:06:28 0 [Note] InnoDB: 10.4.17 started; log sequence number 3079381; transaction id 2559
2020-12-21 22:06:28 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-21 22:06:28 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-21 22:06:28 0 [Note] Server socket created on IP: '::'.
2020-12-21 22:06:28 0 [Note] InnoDB: Buffer pool(s) loadInnoDB: using atomic writes.
2020-12-21 22:07:48 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-21 22:07:48 0 [Note] InnoDB: Uses event mutexes
2020-12-21 22:07:48 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-21 22:07:48 0 [Note] InnoDB: Number of pools: 1
2020-12-21 22:07:48 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-21 22:07:48 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-21 22:07:48 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-21 22:07:48 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=3085488
2020-12-21 22:07:48 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-21 22:07:48 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2020-12-21 22:07:48 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-21 22:07:48 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-21 22:07:48 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-21 22:07:48 0 [Note] InnoDB: Waiting for purge to start
2020-12-21 22:07:48 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085497; transaction id 2573
2020-12-21 22:07:48 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-21 22:07:48 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-21 22:07:48 0 [Note] Server socket created on IP: '::'.
InnoDB: using atomic writes.
2020-12-21 22:07:57 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-21 22:07:57 0 [Note] InnoDB: Uses event mutexes
2020-12-21 22:07:57 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-21 22:07:57 0 [Note] InnoDB: Number of pools: 1
2020-12-21 22:07:57 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-21 22:07:57 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-21 22:07:57 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-21 22:07:57 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-21 22:07:57 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-21 22:07:57 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-21 22:07:57 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-21 22:07:57 0 [Note] InnoDB: Waiting for purge to start
2020-12-21 22:07:57 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085506; transaction id 2573
2020-12-21 22:07:57 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-21 22:07:57 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-21 22:07:57 0 [Note] Server socket created on IP: '::'.
InnoDB: using atomic writes.
2020-12-21 22:08:12 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-21 22:08:12 0 [Note] InnoDB: Uses event mutexes
2020-12-21 22:08:12 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-21 22:08:12 0 [Note] InnoDB: Number of pools: 1
2020-12-21 22:08:12 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-21 22:08:12 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-21 22:08:12 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-21 22:08:12 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-21 22:08:12 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-21 22:08:12 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-21 22:08:12 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-21 22:08:12 0 [Note] InnoDB: Waiting for purge to start
2020-12-21 22:08:12 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085515; transaction id 2573
2020-12-21 22:08:12 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-21 22:08:12 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-21 22:08:12 0 [Note] Server socket created on IP: '::'.
InnoDB: using atomic writes.
2020-12-21 22:08:18 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-21 22:08:18 0 [Note] InnoDB: Uses event mutexes
2020-12-21 22:08:18 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-21 22:08:18 0 [Note] InnoDB: Number of pools: 1
2020-12-21 22:08:18 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-21 22:08:18 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-21 22:08:18 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-21 22:08:18 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-21 22:08:18 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-21 22:08:18 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-21 22:08:18 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-21 22:08:18 0 [Note] InnoDB: Waiting for purge to start
2020-12-21 22:08:18 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085524; transaction id 2573
2020-12-21 22:08:18 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-21 22:08:18 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-21 22:08:18 0 [Note] Server socket created on IP: '::'.
InnoDB: using atomic writes.
2020-12-21 22:09:00 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-21 22:09:00 0 [Note] InnoDB: Uses event mutexes
2020-12-21 22:09:00 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-21 22:09:00 0 [Note] InnoDB: Number of pools: 1
2020-12-21 22:09:00 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-21 22:09:00 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-21 22:09:00 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-21 22:09:00 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-21 22:09:00 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-21 22:09:00 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-21 22:09:00 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-21 22:09:00 0 [Note] InnoDB: Waiting for purge to start
2020-12-21 22:09:00 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085533; transaction id 2573
2020-12-21 22:09:00 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-21 22:09:00 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-21 22:09:00 0 [Note] Server socket created on IP: '::'.
InnoDB: using atomic writes.
2020-12-21 22:10:16 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-21 22:10:16 0 [Note] InnoDB: Uses event mutexes
2020-12-21 22:10:16 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-21 22:10:16 0 [Note] InnoDB: Number of pools: 1
2020-12-21 22:10:16 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-21 22:10:16 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-21 22:10:16 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-21 22:10:16 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-21 22:10:16 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-21 22:10:16 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-21 22:10:16 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-21 22:10:16 0 [Note] InnoDB: Waiting for purge to start
2020-12-21 22:10:16 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085542; transaction id 2573
2020-12-21 22:10:16 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-21 22:10:16 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-21 22:10:16 0 [Note] Server socket created on IP: '::'.
InnoDB: using atomic writes.
2020-12-21 22:10:30 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-21 22:10:30 0 [Note] InnoDB: Uses event mutexes
2020-12-21 22:10:30 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-21 22:10:30 0 [Note] InnoDB: Number of pools: 1
2020-12-21 22:10:30 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-21 22:10:30 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-21 22:10:30 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-21 22:10:30 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-21 22:10:30 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-21 22:10:30 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-21 22:10:30 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-21 22:10:30 0 [Note] InnoDB: Waiting for purge to start
2020-12-21 22:10:30 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085551; transaction id 2573
2020-12-21 22:10:30 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-21 22:10:30 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-21 22:10:30 0 [Note] Server socket created on IP: '::'.
InnoDB: using atomic writes.
2020-12-21 22:13:17 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-21 22:13:17 0 [Note] InnoDB: Uses event mutexes
2020-12-21 22:13:17 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-21 22:13:17 0 [Note] InnoDB: Number of pools: 1
2020-12-21 22:13:17 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-21 22:13:17 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-21 22:13:17 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-21 22:13:17 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-21 22:13:17 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-21 22:13:17 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-21 22:13:17 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-21 22:13:17 0 [Note] InnoDB: Waiting for purge to start
2020-12-21 22:13:18 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085560; transaction id 2573
2020-12-21 22:13:18 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-21 22:13:18 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-21 22:13:18 0 [Note] Server socket created on IP: '::'.
InnoDB: using atomic writes.
2020-12-21 22:13:21 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-21 22:13:21 0 [Note] InnoDB: Uses event mutexes
2020-12-21 22:13:21 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-21 22:13:21 0 [Note] InnoDB: Number of pools: 1
2020-12-21 22:13:21 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-21 22:13:21 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-21 22:13:21 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-21 22:13:21 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-21 22:13:21 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-21 22:13:21 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-21 22:13:21 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-21 22:13:21 0 [Note] InnoDB: Waiting for purge to start
2020-12-21 22:13:21 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085569; transaction id 2573
2020-12-21 22:13:21 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-21 22:13:21 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-21 22:13:21 0 [Note] Server socket created on IP: '::'.
InnoDB: using atomic writes.
2020-12-21 22:13:53 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-21 22:13:53 0 [Note] InnoDB: Uses event mutexes
2020-12-21 22:13:53 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-21 22:13:53 0 [Note] InnoDB: Number of pools: 1
2020-12-21 22:13:53 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-21 22:13:53 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-21 22:13:53 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-21 22:13:53 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-21 22:13:53 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-21 22:13:53 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-21 22:13:53 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-21 22:13:53 0 [Note] InnoDB: Waiting for purge to start
2020-12-21 22:13:53 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085578; transaction id 2573
2020-12-21 22:13:53 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-21 22:13:53 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-21 22:13:53 0 [Note] Server socket created on IP: '::'.
InnoDB: using atomic writes.
2020-12-21 22:21:53 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-21 22:21:53 0 [Note] InnoDB: Uses event mutexes
2020-12-21 22:21:53 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-21 22:21:53 0 [Note] InnoDB: Number of pools: 1
2020-12-21 22:21:53 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-21 22:21:53 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-21 22:21:53 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-21 22:21:53 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-21 22:21:53 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-21 22:21:53 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-21 22:21:53 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-21 22:21:53 0 [Note] InnoDB: Waiting for purge to start
2020-12-21 22:21:53 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085587; transaction id 2573
2020-12-21 22:21:53 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-21 22:21:53 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-21 22:21:53 0 [Note] Server socket created on IP: '::'.
InnoDB: using atomic writes.
2020-12-21 22:37:24 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-21 22:37:24 0 [Note] InnoDB: Uses event mutexes
2020-12-21 22:37:24 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-21 22:37:24 0 [Note] InnoDB: Number of pools: 1
2020-12-21 22:37:24 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-21 22:37:24 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-21 22:37:24 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-21 22:37:24 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-21 22:37:24 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-21 22:37:24 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-21 22:37:24 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-21 22:37:24 0 [Note] InnoDB: Waiting for purge to start
2020-12-21 22:37:24 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085596; transaction id 2573
2020-12-21 22:37:24 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-21 22:37:24 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-21 22:37:24 0 [Note] Server socket created on IP: '::'.
InnoDB: using atomic writes.
2020-12-21 22:37:27 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-21 22:37:27 0 [Note] InnoDB: Uses event mutexes
2020-12-21 22:37:27 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-21 22:37:27 0 [Note] InnoDB: Number of pools: 1
2020-12-21 22:37:27 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-21 22:37:27 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-21 22:37:27 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-21 22:37:27 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-21 22:37:27 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-21 22:37:27 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-21 22:37:27 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-21 22:37:27 0 [Note] InnoDB: Waiting for purge to start
2020-12-21 22:37:27 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085605; transaction id 2573
2020-12-21 22:37:27 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-21 22:37:27 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-21 22:37:27 0 [Note] Server socket created on IP: '::'.
InnoDB: using atomic writes.
2020-12-21 22:48:45 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-21 22:48:45 0 [Note] InnoDB: Uses event mutexes
2020-12-21 22:48:45 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-21 22:48:45 0 [Note] InnoDB: Number of pools: 1
2020-12-21 22:48:45 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-21 22:48:45 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-21 22:48:45 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-21 22:48:45 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-21 22:48:45 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-21 22:48:45 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-21 22:48:45 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-21 22:48:45 0 [Note] InnoDB: Waiting for purge to start
2020-12-21 22:48:46 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085614; transaction id 2573
2020-12-21 22:48:46 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-21 22:48:46 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-21 22:48:46 0 [Note] Server socket created on IP: '::'.
InnoDB: using atomic writes.
2020-12-22 8:01:22 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-22 8:01:22 0 [Note] InnoDB: Uses event mutexes
2020-12-22 8:01:22 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-22 8:01:22 0 [Note] InnoDB: Number of pools: 1
2020-12-22 8:01:22 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-22 8:01:22 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-22 8:01:22 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-22 8:01:22 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-22 8:01:22 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-22 8:01:22 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-22 8:01:22 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-22 8:01:22 0 [Note] InnoDB: Waiting for purge to start
2020-12-22 8:01:22 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085623; transaction id 2573
2020-12-22 8:01:22 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-22 8:01:22 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-22 8:01:22 0 [Note] Server socket created on IP: '::'.
InnoDB: using atomic writes.
2020-12-22 21:31:23 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-22 21:31:23 0 [Note] InnoDB: Uses event mutexes
2020-12-22 21:31:23 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-22 21:31:23 0 [Note] InnoDB: Number of pools: 1
2020-12-22 21:31:23 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-22 21:31:23 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-22 21:31:23 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-22 21:31:23 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-22 21:31:23 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-22 21:31:23 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-22 21:31:23 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-22 21:31:23 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085632; transaction id 2573
2020-12-22 21:31:23 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-22 21:31:23 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-22 21:31:23 0 [Note] Server socket created on IP: '::'.
InnoDB: using atomic writes.
2020-12-22 21:33:29 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-22 21:33:29 0 [Note] InnoDB: Uses event mutexes
2020-12-22 21:33:29 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-22 21:33:29 0 [Note] InnoDB: Number of pools: 1
2020-12-22 21:33:29 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-22 21:33:29 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-22 21:33:29 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-22 21:33:29 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-22 21:33:29 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-22 21:33:29 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-22 21:33:29 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-22 21:33:29 0 [Note] InnoDB: Waiting for purge to start
2020-12-22 21:33:29 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085641; transaction id 2573
2020-12-22 21:33:29 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-22 21:33:29 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-22 21:33:29 0 [Note] Server socket created on IP: '::'.
InnoDB: using atomic writes.
2020-12-22 22:26:40 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-22 22:26:40 0 [Note] InnoDB: Uses event mutexes
2020-12-22 22:26:40 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-22 22:26:40 0 [Note] InnoDB: Number of pools: 1
2020-12-22 22:26:40 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-22 22:26:40 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-22 22:26:40 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-22 22:26:40 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-22 22:26:40 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-22 22:26:40 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-22 22:26:40 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-22 22:26:40 0 [Note] InnoDB: Waiting for purge to start
2020-12-22 22:26:40 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085650; transaction id 2573
2020-12-22 22:26:40 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-22 22:26:40 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-22 22:26:40 0 [Note] Server socket created on IP: '::'.
InnoDB: using atomic writes.
2020-12-22 22:27:03 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-22 22:27:03 0 [Note] InnoDB: Uses event mutexes
2020-12-22 22:27:03 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-22 22:27:03 0 [Note] InnoDB: Number of pools: 1
2020-12-22 22:27:03 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-22 22:27:03 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-22 22:27:03 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-22 22:27:03 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-22 22:27:03 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-22 22:27:03 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-22 22:27:03 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-22 22:27:03 0 [Note] InnoDB: Waiting for purge to start
2020-12-22 22:27:03 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085659; transaction id 2573
2020-12-22 22:27:03 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-22 22:27:03 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-22 22:27:03 0 [Note] Server socket created on IP: '::'.
InnoDB: using atomic writes.
2020-12-22 22:27:15 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-22 22:27:15 0 [Note] InnoDB: Uses event mutexes
2020-12-22 22:27:15 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-22 22:27:15 0 [Note] InnoDB: Number of pools: 1
2020-12-22 22:27:15 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-22 22:27:15 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-22 22:27:15 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-22 22:27:15 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-22 22:27:15 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-22 22:27:15 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-22 22:27:15 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-22 22:27:15 0 [Note] InnoDB: Waiting for purge to start
2020-12-22 22:27:15 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085668; transaction id 2573
2020-12-22 22:27:15 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-22 22:27:15 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-22 22:27:15 0 [Note] Server socket created on IP: '::'.
InnoDB: using atomic writes.
2020-12-22 22:27:20 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-22 22:27:20 0 [Note] InnoDB: Uses event mutexes
2020-12-22 22:27:20 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-22 22:27:20 0 [Note] InnoDB: Number of pools: 1
2020-12-22 22:27:20 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-22 22:27:20 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-22 22:27:20 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-22 22:27:20 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-22 22:27:20 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-22 22:27:20 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-22 22:27:20 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-22 22:27:20 0 [Note] InnoDB: Waiting for purge to start
2020-12-22 22:27:20 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085677; transaction id 2573
2020-12-22 22:27:20 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-22 22:27:20 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-22 22:27:20 0 [Note] Server socket created on IP: '::'.
InnoDB: using atomic writes.
2020-12-22 22:28:56 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-22 22:28:56 0 [Note] InnoDB: Uses event mutexes
2020-12-22 22:28:56 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-22 22:28:56 0 [Note] InnoDB: Number of pools: 1
2020-12-22 22:28:56 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-22 22:28:56 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-22 22:28:56 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-22 22:28:56 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-22 22:28:56 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-22 22:28:56 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-22 22:28:56 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-22 22:28:56 0 [Note] InnoDB: Waiting for purge to start
2020-12-22 22:28:56 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085686; transaction id 2573
2020-12-22 22:28:56 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-22 22:28:56 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-22 22:28:56 0 [Note] Server socket created on IP: '::'.
InnoDB: using atomic writes.
2020-12-22 22:40:05 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-22 22:40:05 0 [Note] InnoDB: Uses event mutexes
2020-12-22 22:40:05 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-22 22:40:05 0 [Note] InnoDB: Number of pools: 1
2020-12-22 22:40:05 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-22 22:40:05 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-22 22:40:05 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-22 22:40:05 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-22 22:40:05 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-22 22:40:05 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-22 22:40:05 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-22 22:40:05 0 [Note] InnoDB: Waiting for purge to start
2020-12-22 22:40:05 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085695; transaction id 2573
2020-12-22 22:40:05 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-22 22:40:05 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-22 22:40:05 0 [Note] Server socket created on IP: '::'.
InnoDB: using atomic writes.
2020-12-22 22:57:02 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-22 22:57:02 0 [Note] InnoDB: Uses event mutexes
2020-12-22 22:57:02 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-22 22:57:02 0 [Note] InnoDB: Number of pools: 1
2020-12-22 22:57:02 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-22 22:57:02 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-22 22:57:02 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-22 22:57:02 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-22 22:57:02 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-22 22:57:02 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-22 22:57:02 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-22 22:57:02 0 [Note] InnoDB: Waiting for purge to start
2020-12-22 22:57:02 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085704; transaction id 2573
2020-12-22 22:57:02 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-22 22:57:02 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-22 22:57:02 0 [Note] Server socket created on IP: '::'.
InnoDB: using atomic writes.
2020-12-22 22:57:51 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-22 22:57:51 0 [Note] InnoDB: Uses event mutexes
2020-12-22 22:57:51 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-22 22:57:51 0 [Note] InnoDB: Number of pools: 1
2020-12-22 22:57:51 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-22 22:57:51 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-22 22:57:51 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-22 22:57:51 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-22 22:57:51 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-22 22:57:51 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-22 22:57:51 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-22 22:57:51 0 [Note] InnoDB: Waiting for purge to start
2020-12-22 22:57:51 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085713; transaction id 2573
2020-12-22 22:57:51 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-22 22:57:51 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-22 22:57:51 0 [Note] Server socket created on IP: '::'.
InnoDB: using atomic writes.
2020-12-22 23:11:22 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-22 23:11:22 0 [Note] InnoDB: Uses event mutexes
2020-12-22 23:11:22 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-22 23:11:22 0 [Note] InnoDB: Number of pools: 1
2020-12-22 23:11:22 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-22 23:11:22 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-22 23:11:22 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-22 23:11:22 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-22 23:11:22 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-22 23:11:22 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-22 23:11:22 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-22 23:11:22 0 [Note] InnoDB: Waiting for purge to start
2020-12-22 23:11:22 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085722; transaction id 2573
2020-12-22 23:11:22 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-22 23:11:22 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-22 23:11:22 0 [Note] Server socket created on IP: '::'.
InnoDB: using atomic writes.
2020-12-22 23:12:30 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2020-12-22 23:12:30 0 [Note] InnoDB: Uses event mutexes
2020-12-22 23:12:30 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-12-22 23:12:30 0 [Note] InnoDB: Number of pools: 1
2020-12-22 23:12:30 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-12-22 23:12:30 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2020-12-22 23:12:30 0 [Note] InnoDB: Completed initialization of buffer pool
2020-12-22 23:12:30 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-12-22 23:12:30 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-12-22 23:12:30 0 [Note] InnoDB: Setting file 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-12-22 23:12:30 0 [Note] InnoDB: File 'C:\Users\Nic\Desktop\New folder\mysql\data\ibtmp1' size is now 12 MB.
2020-12-22 23:12:30 0 [Note] InnoDB: Waiting for purge to start
2020-12-22 23:12:30 0 [Note] InnoDB: 10.4.17 started; log sequence number 3085731; transaction id 2573
2020-12-22 23:12:30 0 [Note] InnoDB: Loading buffer pool(s) from C:\Users\Nic\Desktop\New folder\mysql\data\ib_buffer_pool
2020-12-22 23:12:30 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-12-22 23:12:30 0 [Note] Server socket created on IP: '::'.
n1c
 
Posts: 9
Joined: 21. December 2020 21:16
XAMPP version: 3.2.4
Operating System: Windows

Entire XAMP log

Postby n1c » 22. December 2020 22:17

11:18:33 PM [main] Initializing Control Panel
11:18:33 PM [main] Windows Version: Home 64-bit
11:18:33 PM [main] XAMPP Version: 8.0.0
11:18:33 PM [main] Control Panel Version: 3.2.4 [ Compiled: Jun 5th 2019 ]
11:18:33 PM [main] Running with Administrator rights - good!
11:18:33 PM [main] XAMPP Installation Directory: "c:\users\nic\desktop\new folder\"
11:18:33 PM [main] WARNING: Your install directory contains spaces. This may break programs/scripts
11:18:33 PM [main] Checking for prerequisites
11:18:34 PM [main] All prerequisites found
11:18:34 PM [main] Initializing Modules
11:18:34 PM [main] The FileZilla module is disabled
11:18:34 PM [main] The Mercury module is disabled
11:18:34 PM [main] The Tomcat module is disabled
11:18:34 PM [main] Starting Check-Timer
11:18:34 PM [main] Control Panel Ready
11:18:35 PM [Apache] Attempting to start Apache service...
11:18:36 PM [mysql] Attempting to start MySQL service...
11:18:36 PM [Apache] Status change detected: running
11:18:36 PM [mysql] Status change detected: running
11:18:43 PM [mysql] Status change detected: stopped
11:18:43 PM [mysql] Error: MySQL shutdown unexpectedly.
11:18:43 PM [mysql] This may be due to a blocked port, missing dependencies,
11:18:43 PM [mysql] improper privileges, a crash, or a shutdown by another method.
11:18:43 PM [mysql] Press the Logs button to view error logs and check
11:18:43 PM [mysql] the Windows Event Viewer for more clues
11:18:43 PM [mysql] If you need more help, copy and post this
11:18:43 PM [mysql] entire log window on the forums
n1c
 
Posts: 9
Joined: 21. December 2020 21:16
XAMPP version: 3.2.4
Operating System: Windows

Re: My SQL doesn't start after ending session

Postby Altrea » 23. December 2020 00:17

You are starting Mariadb as service. Please take a look at your windows event viewer if there are any errors for Mariadb listed.
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: 11926
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64

Re: My SQL doesn't start after ending session

Postby Nobbie » 23. December 2020 11:59

The installation folder is hilarious, the System user lacks all rights to open databases for writing. Improper privileges...
Nobbie
 
Posts: 13171
Joined: 09. March 2008 13:04

Re: My SQL doesn't start after ending session

Postby n1c » 23. December 2020 21:50

how do I fix privileges?
n1c
 
Posts: 9
Joined: 21. December 2020 21:16
XAMPP version: 3.2.4
Operating System: Windows

Re: My SQL doesn't start after ending session

Postby n1c » 23. December 2020 21:59

Nobbie wrote:The installation folder is hilarious, the System user lacks all rights to open databases for writing. Improper privileges...

As far as I remembered I granted all rights for that particular user I use
n1c
 
Posts: 9
Joined: 21. December 2020 21:16
XAMPP version: 3.2.4
Operating System: Windows

Re: My SQL doesn't start after ending session

Postby Altrea » 23. December 2020 22:54

But the user is no longer used if you register a component as windows service.
It is recommend to install xampp to C:\xampp.
The users folder (Desktop and Downloads folder included) are restricted and can produce inpredictable issues.
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: 11926
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64

Next

Return to MariaDB - MySQL

Who is online

Users browsing this forum: No registered users and 14 guests