mysql报1067启动不了,解决:先备份再恢复数据,再数据库重新导入

环境:mysql-5.5.60-winx64.msi

1.备份

--如何查找 MySQL 数据库文件路径
show global variables like '%datadir%';

https://dev.mysql.com/doc/refman/8.0/en/forcing-innodb-recovery.html

[mysqld]
innodb_force_recovery=6

012345都报1067 

可以启动。也可以导出数据了。

但丢失部分数据。数据在ibdata1存在,但我无法恢复。

16:39:22数据库停止运行。 大约丢失了1小时的数据 ,134条数丢失。丢失SN范围:

M60MP5209035898到 M60MP5209036131 

其它正常

最后一次正常启动。

 

220215 10:30:03 [Note] Plugin 'FEDERATED' is disabled.
220215 10:30:03 InnoDB: The InnoDB memory heap is disabled
220215 10:30:03 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220215 10:30:03 InnoDB: Compressed tables use zlib 1.2.3
220215 10:30:03 InnoDB: Initializing buffer pool, size = 44.0M
220215 10:30:03 InnoDB: Completed initialization of buffer pool
InnoDB: The first specified data file .\ibdata1 did not exist:
InnoDB: a new database to be created!
220215 10:30:03  InnoDB: Setting file .\ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
220215 10:30:03  InnoDB: Log file .\ib_logfile0 did not exist: new to be created
InnoDB: Setting log file .\ib_logfile0 size to 22 MB
InnoDB: Database physically writes the file full: wait...
220215 10:30:03  InnoDB: Log file .\ib_logfile1 did not exist: new to be created
InnoDB: Setting log file .\ib_logfile1 size to 22 MB
InnoDB: Database physically writes the file full: wait...
InnoDB: Doublewrite buffer not found: creating new
InnoDB: Doublewrite buffer created
InnoDB: 127 rollback segment(s) active.
InnoDB: Creating foreign key constraint system tables
InnoDB: Foreign key constraint system tables created
220215 10:30:05  InnoDB: Waiting for the background threads to start
220215 10:30:06 InnoDB: 5.5.56 started; log sequence number 0
220215 10:30:06 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220215 10:30:06 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220215 10:30:06 [Note] Server socket created on IP: '0.0.0.0'.
220215 10:30:08 [Note] Event Scheduler: Loaded 0 events
220215 10:30:08 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220215 10:41:20 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Normal shutdown

220215 10:41:20 [Note] Event Scheduler: Purging the queue. 0 events
220215 10:41:21  InnoDB: Starting shutdown...
220215 10:41:23  InnoDB: Shutdown completed; log sequence number 6665054
220215 10:41:23 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Shutdown complete

220215 10:42:17 [Note] Plugin 'FEDERATED' is disabled.
220215 10:42:17 InnoDB: The InnoDB memory heap is disabled
220215 10:42:17 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220215 10:42:17 InnoDB: Compressed tables use zlib 1.2.3
220215 10:42:17 InnoDB: Initializing buffer pool, size = 44.0M
220215 10:42:17 InnoDB: Completed initialization of buffer pool
220215 10:42:17 InnoDB: highest supported file format is Barracuda.
220215 10:42:19  InnoDB: Waiting for the background threads to start
220215 10:42:20 InnoDB: 5.5.56 started; log sequence number 6665054
220215 10:42:20 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220215 10:42:20 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220215 10:42:20 [Note] Server socket created on IP: '0.0.0.0'.
220215 10:42:21 [Note] Event Scheduler: Loaded 0 events
220215 10:42:21 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220215 17:25:14 [Note] Plugin 'FEDERATED' is disabled.
220215 17:25:14 InnoDB: The InnoDB memory heap is disabled
220215 17:25:14 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220215 17:25:14 InnoDB: Compressed tables use zlib 1.2.3
220215 17:25:14 InnoDB: Initializing buffer pool, size = 44.0M
220215 17:25:14 InnoDB: Completed initialization of buffer pool
220215 17:25:14 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220215 17:25:14  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220215 17:25:17  InnoDB: Waiting for the background threads to start
220215 17:25:18 InnoDB: 5.5.56 started; log sequence number 6665064
C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Too many arguments (first extra is 'MySQL').
Use --verbose --help to get a list of available options
220215 17:25:18 [ERROR] Aborting

220215 17:25:18  InnoDB: Starting shutdown...
220215 17:25:19  InnoDB: Shutdown completed; log sequence number 6665064
220215 17:25:19 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Shutdown complete

220215 17:26:32 [Note] Plugin 'FEDERATED' is disabled.
220215 17:26:33 InnoDB: The InnoDB memory heap is disabled
220215 17:26:33 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220215 17:26:33 InnoDB: Compressed tables use zlib 1.2.3
220215 17:26:33 InnoDB: Initializing buffer pool, size = 44.0M
220215 17:26:33 InnoDB: Completed initialization of buffer pool
220215 17:26:33 InnoDB: highest supported file format is Barracuda.
220215 17:26:36  InnoDB: Waiting for the background threads to start
220215 17:26:37 InnoDB: 5.5.56 started; log sequence number 6665064
220215 17:26:37 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220215 17:26:37 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220215 17:26:37 [Note] Server socket created on IP: '0.0.0.0'.
220215 17:26:39 [Note] Event Scheduler: Loaded 0 events
220215 17:26:39 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220215 18:41:58 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Normal shutdown

220215 18:41:59 [Note] Event Scheduler: Purging the queue. 0 events
220215 18:41:59  InnoDB: Starting shutdown...
220215 18:42:00  InnoDB: Shutdown completed; log sequence number 6665064
220215 18:42:00 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Shutdown complete

220215 18:42:51 [Note] Plugin 'FEDERATED' is disabled.
220215 18:42:51 InnoDB: The InnoDB memory heap is disabled
220215 18:42:51 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220215 18:42:51 InnoDB: Compressed tables use zlib 1.2.3
220215 18:42:51 InnoDB: Initializing buffer pool, size = 44.0M
220215 18:42:51 InnoDB: Completed initialization of buffer pool
220215 18:42:51 InnoDB: highest supported file format is Barracuda.
220215 18:42:52  InnoDB: Waiting for the background threads to start
220215 18:42:53 InnoDB: 5.5.56 started; log sequence number 6665064
220215 18:42:53 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220215 18:42:53 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220215 18:42:53 [Note] Server socket created on IP: '0.0.0.0'.
220215 18:42:55 [Note] Event Scheduler: Loaded 0 events
220215 18:42:55 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220216  1:12:34 [Note] Plugin 'FEDERATED' is disabled.
220216  1:12:34 InnoDB: The InnoDB memory heap is disabled
220216  1:12:34 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220216  1:12:34 InnoDB: Compressed tables use zlib 1.2.3
220216  1:12:34 InnoDB: Initializing buffer pool, size = 44.0M
220216  1:12:34 InnoDB: Completed initialization of buffer pool
220216  1:12:34 InnoDB: highest supported file format is Barracuda.
220216  1:12:35  InnoDB: Waiting for the background threads to start
220216  1:12:36 InnoDB: 5.5.56 started; log sequence number 6665064
220216  1:12:36 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220216  1:12:36 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220216  1:12:36 [Note] Server socket created on IP: '0.0.0.0'.
220216  1:12:36 [Note] Event Scheduler: Loaded 0 events
220216  1:12:36 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220216  6:06:30 [Note] Plugin 'FEDERATED' is disabled.
220216  6:06:30 InnoDB: The InnoDB memory heap is disabled
220216  6:06:30 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220216  6:06:30 InnoDB: Compressed tables use zlib 1.2.3
220216  6:06:31 InnoDB: Initializing buffer pool, size = 44.0M
220216  6:06:31 InnoDB: Completed initialization of buffer pool
220216  6:06:31 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220216  6:06:31  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220216  6:06:32  InnoDB: Waiting for the background threads to start
220216  6:06:33 InnoDB: 5.5.56 started; log sequence number 22025198
220216  6:06:33 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220216  6:06:33 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220216  6:06:33 [Note] Server socket created on IP: '0.0.0.0'.
220216  6:06:34 [Note] Event Scheduler: Loaded 0 events
220216  6:06:34 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220216  6:06:57 [Note] Plugin 'FEDERATED' is disabled.
220216  6:06:57 InnoDB: The InnoDB memory heap is disabled
220216  6:06:57 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220216  6:06:57 InnoDB: Compressed tables use zlib 1.2.3
220216  6:06:57 InnoDB: Initializing buffer pool, size = 44.0M
220216  6:06:57 InnoDB: Completed initialization of buffer pool
220216  6:06:57 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220216  6:06:57  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220216  6:06:59  InnoDB: Waiting for the background threads to start
220216  6:07:00 InnoDB: 5.5.56 started; log sequence number 22025208
220216  6:07:00 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220216  6:07:00 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220216  6:07:00 [Note] Server socket created on IP: '0.0.0.0'.
220216  6:07:00 [Note] Event Scheduler: Loaded 0 events
220216  6:07:00 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220217 18:18:49 [Warning] IP address '192.168.2.96' could not be resolved: 不知道这样的主机。 
220217 18:19:13 [Warning] IP address '192.168.2.99' could not be resolved: 不知道这样的主机。 
220217 22:20:53 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Normal shutdown

220217 22:20:54 [Note] Event Scheduler: Purging the queue. 0 events
220217 22:20:55  InnoDB: Starting shutdown...
220217 22:20:56  InnoDB: Shutdown completed; log sequence number 26486148
220217 22:20:56 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Shutdown complete

220217 22:22:03 [Note] Plugin 'FEDERATED' is disabled.
220217 22:22:03 InnoDB: The InnoDB memory heap is disabled
220217 22:22:03 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220217 22:22:03 InnoDB: Compressed tables use zlib 1.2.3
220217 22:22:03 InnoDB: Initializing buffer pool, size = 44.0M
220217 22:22:03 InnoDB: Completed initialization of buffer pool
220217 22:22:03 InnoDB: highest supported file format is Barracuda.
220217 22:22:04  InnoDB: Waiting for the background threads to start
220217 22:22:05 InnoDB: 5.5.56 started; log sequence number 26486148
220217 22:22:05 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220217 22:22:05 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220217 22:22:05 [Note] Server socket created on IP: '0.0.0.0'.
220217 22:22:05 [Note] Event Scheduler: Loaded 0 events
220217 22:22:05 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220218  4:10:05 [Warning] IP address '192.168.2.96' could not be resolved: 不知道这样的主机。 
220218 12:34:54 [Note] Plugin 'FEDERATED' is disabled.
220218 12:34:54 InnoDB: The InnoDB memory heap is disabled
220218 12:34:54 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220218 12:34:54 InnoDB: Compressed tables use zlib 1.2.3
220218 12:34:54 InnoDB: Initializing buffer pool, size = 44.0M
220218 12:34:54 InnoDB: Completed initialization of buffer pool
220218 12:34:54 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220218 12:34:54  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220218 12:34:56  InnoDB: Waiting for the background threads to start
220218 12:34:57 InnoDB: 5.5.56 started; log sequence number 26729362
220218 12:34:57 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220218 12:34:57 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220218 12:34:57 [Note] Server socket created on IP: '0.0.0.0'.
220218 12:34:57 [Note] Event Scheduler: Loaded 0 events
220218 12:34:57 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220221 19:28:31 [Note] Plugin 'FEDERATED' is disabled.
220221 19:28:31 InnoDB: The InnoDB memory heap is disabled
220221 19:28:31 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220221 19:28:31 InnoDB: Compressed tables use zlib 1.2.3
220221 19:28:31 InnoDB: Initializing buffer pool, size = 44.0M
220221 19:28:31 InnoDB: Completed initialization of buffer pool
220221 19:28:31 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220221 19:28:31  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220221 19:28:33  InnoDB: Waiting for the background threads to start
220221 19:28:34 InnoDB: 5.5.56 started; log sequence number 27103956
220221 19:28:34 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220221 19:28:34 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220221 19:28:34 [Note] Server socket created on IP: '0.0.0.0'.
220221 19:28:34 [Note] Event Scheduler: Loaded 0 events
220221 19:28:34 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220222 22:26:59 [Note] Plugin 'FEDERATED' is disabled.
220222 22:26:59 InnoDB: The InnoDB memory heap is disabled
220222 22:26:59 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220222 22:26:59 InnoDB: Compressed tables use zlib 1.2.3
220222 22:26:59 InnoDB: Initializing buffer pool, size = 44.0M
220222 22:26:59 InnoDB: Completed initialization of buffer pool
220222 22:26:59 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220222 22:26:59  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220222 22:27:00  InnoDB: Waiting for the background threads to start
220222 22:27:01 InnoDB: 5.5.56 started; log sequence number 27232058
220222 22:27:01 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220222 22:27:01 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220222 22:27:01 [Note] Server socket created on IP: '0.0.0.0'.
220222 22:27:02 [Note] Event Scheduler: Loaded 0 events
220222 22:27:02 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220223 22:50:51 [Note] Plugin 'FEDERATED' is disabled.
220223 22:50:51 InnoDB: The InnoDB memory heap is disabled
220223 22:50:51 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220223 22:50:51 InnoDB: Compressed tables use zlib 1.2.3
220223 22:50:51 InnoDB: Initializing buffer pool, size = 44.0M
220223 22:50:51 InnoDB: Completed initialization of buffer pool
220223 22:50:51 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220223 22:50:51  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220223 22:50:51  InnoDB: Waiting for the background threads to start
220223 22:50:52 InnoDB: 5.5.56 started; log sequence number 27238164
220223 22:50:52 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220223 22:50:52 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220223 22:50:52 [Note] Server socket created on IP: '0.0.0.0'.
220223 22:50:52 [Note] Event Scheduler: Loaded 0 events
220223 22:50:52 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220224 14:42:26 [Note] Plugin 'FEDERATED' is disabled.
220224 14:42:26 InnoDB: The InnoDB memory heap is disabled
220224 14:42:26 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220224 14:42:26 InnoDB: Compressed tables use zlib 1.2.3
220224 14:42:27 InnoDB: Initializing buffer pool, size = 44.0M
220224 14:42:27 InnoDB: Completed initialization of buffer pool
220224 14:42:27 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220224 14:42:27  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220224 14:42:27  InnoDB: Waiting for the background threads to start
220224 14:42:28 InnoDB: 5.5.56 started; log sequence number 27243095
220224 14:42:28 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220224 14:42:28 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220224 14:42:28 [Note] Server socket created on IP: '0.0.0.0'.
220224 14:42:28 [Note] Event Scheduler: Loaded 0 events
220224 14:42:28 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220224 22:17:38 [Note] Plugin 'FEDERATED' is disabled.
220224 22:17:38 InnoDB: The InnoDB memory heap is disabled
220224 22:17:38 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220224 22:17:38 InnoDB: Compressed tables use zlib 1.2.3
220224 22:17:38 InnoDB: Initializing buffer pool, size = 44.0M
220224 22:17:38 InnoDB: Completed initialization of buffer pool
220224 22:17:39 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220224 22:17:39  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220224 22:17:40  InnoDB: Waiting for the background threads to start
220224 22:17:41 InnoDB: 5.5.56 started; log sequence number 27530049
220224 22:17:41 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220224 22:17:41 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220224 22:17:41 [Note] Server socket created on IP: '0.0.0.0'.
220224 22:17:41 [Note] Event Scheduler: Loaded 0 events
220224 22:17:41 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220225 22:16:16 [Note] Plugin 'FEDERATED' is disabled.
220225 22:16:16 InnoDB: The InnoDB memory heap is disabled
220225 22:16:16 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220225 22:16:16 InnoDB: Compressed tables use zlib 1.2.3
220225 22:16:16 InnoDB: Initializing buffer pool, size = 44.0M
220225 22:16:16 InnoDB: Completed initialization of buffer pool
220225 22:16:16 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220225 22:16:16  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220225 22:16:18  InnoDB: Waiting for the background threads to start
220225 22:16:19 InnoDB: 5.5.56 started; log sequence number 28028623
220225 22:16:19 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220225 22:16:19 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220225 22:16:19 [Note] Server socket created on IP: '0.0.0.0'.
220225 22:16:19 [Note] Event Scheduler: Loaded 0 events
220225 22:16:19 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220226 12:40:33 [Note] Plugin 'FEDERATED' is disabled.
220226 12:40:33 InnoDB: The InnoDB memory heap is disabled
220226 12:40:33 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220226 12:40:33 InnoDB: Compressed tables use zlib 1.2.3
220226 12:40:33 InnoDB: Initializing buffer pool, size = 44.0M
220226 12:40:33 InnoDB: Completed initialization of buffer pool
220226 12:40:33 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220226 12:40:33  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220226 12:40:35  InnoDB: Waiting for the background threads to start
220226 12:40:36 InnoDB: 5.5.56 started; log sequence number 29007460
220226 12:40:36 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220226 12:40:36 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220226 12:40:36 [Note] Server socket created on IP: '0.0.0.0'.
220226 12:40:36 [Note] Event Scheduler: Loaded 0 events
220226 12:40:36 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220227 16:14:55 [Warning] IP address '192.168.2.121' could not be resolved: 不知道这样的主机。 
220227 17:25:28 [Note] Plugin 'FEDERATED' is disabled.
220227 17:25:28 InnoDB: The InnoDB memory heap is disabled
220227 17:25:28 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220227 17:25:28 InnoDB: Compressed tables use zlib 1.2.3
220227 17:25:28 InnoDB: Initializing buffer pool, size = 44.0M
220227 17:25:28 InnoDB: Completed initialization of buffer pool
220227 17:25:28 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220227 17:25:28  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220227 17:25:29  InnoDB: Waiting for the background threads to start
220227 17:25:30 InnoDB: 5.5.56 started; log sequence number 29670291
220227 17:25:30 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220227 17:25:30 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220227 17:25:30 [Note] Server socket created on IP: '0.0.0.0'.
220227 17:25:30 [Note] Event Scheduler: Loaded 0 events
220227 17:25:30 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220228  8:08:36 [Warning] IP address '192.168.2.121' could not be resolved: 不知道这样的主机。 
220228 21:56:12 [Note] Plugin 'FEDERATED' is disabled.
220228 21:56:12 InnoDB: The InnoDB memory heap is disabled
220228 21:56:12 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220228 21:56:12 InnoDB: Compressed tables use zlib 1.2.3
220228 21:56:12 InnoDB: Initializing buffer pool, size = 44.0M
220228 21:56:12 InnoDB: Completed initialization of buffer pool
220228 21:56:12 InnoDB: highest supported file format is Barracuda.
InnoDB: Log scan progressed past the checkpoint lsn 30841771
220228 21:56:12  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Doing recovery: scanned up to log sequence number 30841942
220228 21:56:13  InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percents: 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 
InnoDB: Apply batch completed
220228 21:56:13  InnoDB: Waiting for the background threads to start
220228 21:56:14 InnoDB: 5.5.56 started; log sequence number 30841942
220228 21:56:14 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220228 21:56:14 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220228 21:56:14 [Note] Server socket created on IP: '0.0.0.0'.
220228 21:56:14 [Note] Event Scheduler: Loaded 0 events
220228 21:56:14 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220301  7:53:27 [Warning] IP address '192.168.2.140' could not be resolved: 不知道这样的主机。 
220301  8:21:22 [Warning] IP address '192.168.2.121' could not be resolved: 不知道这样的主机。 
220301 14:01:41 [Warning] IP address '192.168.2.148' could not be resolved: 不知道这样的主机。 
220302  9:08:08 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Normal shutdown

220302  9:08:09 [Note] Event Scheduler: Purging the queue. 0 events
220302  9:08:09  InnoDB: Starting shutdown...
220302  9:08:11  InnoDB: Shutdown completed; log sequence number 32253836
220302  9:08:11 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Shutdown complete

220302  9:21:53 [Note] Plugin 'FEDERATED' is disabled.
220302  9:21:53 InnoDB: The InnoDB memory heap is disabled
220302  9:21:53 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220302  9:21:53 InnoDB: Compressed tables use zlib 1.2.3
220302  9:21:54 InnoDB: Initializing buffer pool, size = 44.0M
220302  9:21:54 InnoDB: Completed initialization of buffer pool
220302  9:21:54 InnoDB: highest supported file format is Barracuda.
220302  9:22:05  InnoDB: Waiting for the background threads to start
220302  9:22:06 InnoDB: 5.5.56 started; log sequence number 32253836
220302  9:22:06 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220302  9:22:06 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220302  9:22:06 [Note] Server socket created on IP: '0.0.0.0'.
220302  9:22:07 [Note] Event Scheduler: Loaded 0 events
220302  9:22:07 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220303 20:31:32 [Note] Plugin 'FEDERATED' is disabled.
220303 20:31:32 InnoDB: The InnoDB memory heap is disabled
220303 20:31:32 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220303 20:31:32 InnoDB: Compressed tables use zlib 1.2.3
220303 20:31:32 InnoDB: Initializing buffer pool, size = 44.0M
220303 20:31:32 InnoDB: Completed initialization of buffer pool
220303 20:31:32 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220303 20:31:32  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220303 20:31:34  InnoDB: Waiting for the background threads to start
220303 20:31:35 InnoDB: 5.5.56 started; log sequence number 34924986
220303 20:31:35 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220303 20:31:35 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220303 20:31:35 [Note] Server socket created on IP: '0.0.0.0'.
220303 20:31:35 [Note] Event Scheduler: Loaded 0 events
220303 20:31:35 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220303 22:18:51 [Note] Plugin 'FEDERATED' is disabled.
220303 22:18:51 InnoDB: The InnoDB memory heap is disabled
220303 22:18:51 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220303 22:18:51 InnoDB: Compressed tables use zlib 1.2.3
220303 22:18:51 InnoDB: Initializing buffer pool, size = 44.0M
220303 22:18:51 InnoDB: Completed initialization of buffer pool
220303 22:18:51 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220303 22:18:51  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220303 22:18:52  InnoDB: Waiting for the background threads to start
220303 22:18:53 InnoDB: 5.5.56 started; log sequence number 34948896
220303 22:18:53 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220303 22:18:54 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220303 22:18:54 [Note] Server socket created on IP: '0.0.0.0'.
220303 22:18:54 [Note] Event Scheduler: Loaded 0 events
220303 22:18:54 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220304 16:54:05 [Warning] IP address '192.168.2.123' could not be resolved: 不知道这样的主机。 
220304 22:31:59 [Note] Plugin 'FEDERATED' is disabled.
220304 22:31:59 InnoDB: The InnoDB memory heap is disabled
220304 22:31:59 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220304 22:31:59 InnoDB: Compressed tables use zlib 1.2.3
220304 22:31:59 InnoDB: Initializing buffer pool, size = 44.0M
220304 22:31:59 InnoDB: Completed initialization of buffer pool
220304 22:31:59 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220304 22:31:59  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220304 22:32:00  InnoDB: Waiting for the background threads to start
220304 22:32:01 InnoDB: 5.5.56 started; log sequence number 35129507
220304 22:32:01 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220304 22:32:01 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220304 22:32:01 [Note] Server socket created on IP: '0.0.0.0'.
220304 22:32:01 [Note] Event Scheduler: Loaded 0 events
220304 22:32:01 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220305 17:10:00 [Warning] IP address '192.168.2.123' could not be resolved: 不知道这样的主机。 
220305 22:17:30 [Note] Plugin 'FEDERATED' is disabled.
220305 22:17:30 InnoDB: The InnoDB memory heap is disabled
220305 22:17:30 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220305 22:17:30 InnoDB: Compressed tables use zlib 1.2.3
220305 22:17:30 InnoDB: Initializing buffer pool, size = 44.0M
220305 22:17:30 InnoDB: Completed initialization of buffer pool
220305 22:17:30 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220305 22:17:30  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220305 22:17:31  InnoDB: Waiting for the background threads to start
220305 22:17:32 InnoDB: 5.5.56 started; log sequence number 35132157
220305 22:17:32 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220305 22:17:32 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220305 22:17:32 [Note] Server socket created on IP: '0.0.0.0'.
220305 22:17:32 [Note] Event Scheduler: Loaded 0 events
220305 22:17:32 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220306 16:41:48 [Note] Plugin 'FEDERATED' is disabled.
220306 16:41:48 InnoDB: The InnoDB memory heap is disabled
220306 16:41:48 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220306 16:41:48 InnoDB: Compressed tables use zlib 1.2.3
220306 16:41:48 InnoDB: Initializing buffer pool, size = 44.0M
220306 16:41:48 InnoDB: Completed initialization of buffer pool
220306 16:41:48 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220306 16:41:48  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220306 16:41:49  InnoDB: Waiting for the background threads to start
220306 16:41:50 InnoDB: 5.5.56 started; log sequence number 35139237
220306 16:41:50 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220306 16:41:50 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220306 16:41:50 [Note] Server socket created on IP: '0.0.0.0'.
220306 16:41:50 [Note] Event Scheduler: Loaded 0 events
220306 16:41:50 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220307 22:15:26 [Note] Plugin 'FEDERATED' is disabled.
220307 22:15:26 InnoDB: The InnoDB memory heap is disabled
220307 22:15:26 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220307 22:15:26 InnoDB: Compressed tables use zlib 1.2.3
220307 22:15:26 InnoDB: Initializing buffer pool, size = 44.0M
220307 22:15:26 InnoDB: Completed initialization of buffer pool
220307 22:15:26 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220307 22:15:26  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220307 22:15:27  InnoDB: Waiting for the background threads to start
220307 22:15:28 InnoDB: 5.5.56 started; log sequence number 35148455
220307 22:15:28 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220307 22:15:28 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220307 22:15:28 [Note] Server socket created on IP: '0.0.0.0'.
220307 22:15:28 [Note] Event Scheduler: Loaded 0 events
220307 22:15:28 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220308 17:09:33 [Note] Plugin 'FEDERATED' is disabled.
220308 17:09:33 InnoDB: The InnoDB memory heap is disabled
220308 17:09:33 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220308 17:09:33 InnoDB: Compressed tables use zlib 1.2.3
220308 17:09:33 InnoDB: Initializing buffer pool, size = 44.0M
220308 17:09:33 InnoDB: Completed initialization of buffer pool
220308 17:09:33 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220308 17:09:33  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220308 17:09:34  InnoDB: Waiting for the background threads to start
220308 17:09:35 InnoDB: 5.5.56 started; log sequence number 35285754
220308 17:09:35 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220308 17:09:35 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220308 17:09:35 [Note] Server socket created on IP: '0.0.0.0'.
220308 17:09:35 [Note] Event Scheduler: Loaded 0 events
220308 17:09:35 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220309  9:51:28 [Warning] IP address '192.168.2.123' could not be resolved: 不知道这样的主机。 
220309 19:01:18 [Note] Plugin 'FEDERATED' is disabled.
220309 19:01:19 InnoDB: The InnoDB memory heap is disabled
220309 19:01:19 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220309 19:01:19 InnoDB: Compressed tables use zlib 1.2.3
220309 19:01:19 InnoDB: Initializing buffer pool, size = 44.0M
220309 19:01:19 InnoDB: Completed initialization of buffer pool
220309 19:01:19 InnoDB: highest supported file format is Barracuda.
InnoDB: Log scan progressed past the checkpoint lsn 36025885
220309 19:01:19  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Doing recovery: scanned up to log sequence number 36026040
220309 19:01:23  InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percents: 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 
InnoDB: Apply batch completed
220309 19:01:24  InnoDB: Waiting for the background threads to start
220309 19:01:25 InnoDB: 5.5.56 started; log sequence number 36026040
220309 19:01:25 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220309 19:01:25 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220309 19:01:25 [Note] Server socket created on IP: '0.0.0.0'.
220309 19:01:27 [Note] Event Scheduler: Loaded 0 events
220309 19:01:27 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220309 19:02:00 [Warning] IP address '192.168.2.123' could not be resolved: 不知道这样的主机。 
220310 22:15:19 [Note] Plugin 'FEDERATED' is disabled.
220310 22:15:19 InnoDB: The InnoDB memory heap is disabled
220310 22:15:19 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220310 22:15:19 InnoDB: Compressed tables use zlib 1.2.3
220310 22:15:20 InnoDB: Initializing buffer pool, size = 44.0M
220310 22:15:20 InnoDB: Completed initialization of buffer pool
220310 22:15:20 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220310 22:15:20  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220310 22:15:21  InnoDB: Waiting for the background threads to start
220310 22:15:22 InnoDB: 5.5.56 started; log sequence number 37263640
220310 22:15:22 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220310 22:15:22 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220310 22:15:22 [Note] Server socket created on IP: '0.0.0.0'.
220310 22:15:22 [Note] Event Scheduler: Loaded 0 events
220310 22:15:22 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220311 10:47:03 [Warning] IP address '192.168.2.123' could not be resolved: 不知道这样的主机。 
220312 14:13:26 [Warning] IP address '192.168.2.148' could not be resolved: 不知道这样的主机。 
220313  7:58:52 [Note] Plugin 'FEDERATED' is disabled.
220313  7:58:53 InnoDB: The InnoDB memory heap is disabled
220313  7:58:53 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220313  7:58:53 InnoDB: Compressed tables use zlib 1.2.3
220313  7:58:53 InnoDB: Initializing buffer pool, size = 44.0M
220313  7:58:53 InnoDB: Completed initialization of buffer pool
220313  7:58:53 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220313  7:58:53  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220313  7:58:54  InnoDB: Waiting for the background threads to start
220313  7:58:55 InnoDB: 5.5.56 started; log sequence number 38875660
220313  7:58:55 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220313  7:58:55 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220313  7:58:55 [Note] Server socket created on IP: '0.0.0.0'.
220313  7:58:55 [Note] Event Scheduler: Loaded 0 events
220313  7:58:55 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220313  8:18:44 [Warning] IP address '192.168.2.123' could not be resolved: 不知道这样的主机。 
220313 11:16:53 [Note] Plugin 'FEDERATED' is disabled.
220313 11:16:53 InnoDB: The InnoDB memory heap is disabled
220313 11:16:53 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220313 11:16:53 InnoDB: Compressed tables use zlib 1.2.3
220313 11:16:53 InnoDB: Initializing buffer pool, size = 44.0M
220313 11:16:53 InnoDB: Completed initialization of buffer pool
220313 11:16:53 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220313 11:16:53  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220313 11:16:54  InnoDB: Waiting for the background threads to start
220313 11:16:55 InnoDB: 5.5.56 started; log sequence number 38906359
220313 11:16:55 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220313 11:16:55 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220313 11:16:55 [Note] Server socket created on IP: '0.0.0.0'.
220313 11:16:55 [Note] Event Scheduler: Loaded 0 events
220313 11:16:55 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220314 10:16:25 [Warning] IP address '192.168.2.123' could not be resolved: 不知道这样的主机。 
220315 19:19:38 [Note] Plugin 'FEDERATED' is disabled.
220315 19:19:38 InnoDB: The InnoDB memory heap is disabled
220315 19:19:38 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220315 19:19:38 InnoDB: Compressed tables use zlib 1.2.3
220315 19:19:38 InnoDB: Initializing buffer pool, size = 44.0M
220315 19:19:38 InnoDB: Completed initialization of buffer pool
220315 19:19:38 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220315 19:19:38  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220315 19:19:39  InnoDB: Waiting for the background threads to start
220315 19:19:40 InnoDB: 5.5.56 started; log sequence number 39009424
220315 19:19:40 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220315 19:19:40 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220315 19:19:40 [Note] Server socket created on IP: '0.0.0.0'.
220315 19:19:40 [Note] Event Scheduler: Loaded 0 events
220315 19:19:40 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220315 20:06:47 [Warning] IP address '192.168.2.123' could not be resolved: 不知道这样的主机。 
220316 11:37:14 [Note] Plugin 'FEDERATED' is disabled.
220316 11:37:14 InnoDB: The InnoDB memory heap is disabled
220316 11:37:14 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220316 11:37:14 InnoDB: Compressed tables use zlib 1.2.3
220316 11:37:14 InnoDB: Initializing buffer pool, size = 44.0M
220316 11:37:14 InnoDB: Completed initialization of buffer pool
220316 11:37:14 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220316 11:37:14  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220316 11:37:14  InnoDB: Waiting for the background threads to start
220316 11:37:15 InnoDB: 5.5.56 started; log sequence number 39073761
220316 11:37:15 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220316 11:37:15 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220316 11:37:15 [Note] Server socket created on IP: '0.0.0.0'.
220316 11:37:16 [Note] Event Scheduler: Loaded 0 events
220316 11:37:16 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220316 14:43:17 [Warning] IP address '192.168.2.123' could not be resolved: 不知道这样的主机。 
220316 20:35:13 [Note] Plugin 'FEDERATED' is disabled.
220316 20:35:13 InnoDB: The InnoDB memory heap is disabled
220316 20:35:13 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220316 20:35:13 InnoDB: Compressed tables use zlib 1.2.3
220316 20:35:13 InnoDB: Initializing buffer pool, size = 44.0M
220316 20:35:13 InnoDB: Completed initialization of buffer pool
220316 20:35:13 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220316 20:35:13  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220316 20:35:14  InnoDB: Waiting for the background threads to start
220316 20:35:15 InnoDB: 5.5.56 started; log sequence number 39089442
220316 20:35:15 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220316 20:35:15 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220316 20:35:15 [Note] Server socket created on IP: '0.0.0.0'.
220316 20:35:15 [Note] Event Scheduler: Loaded 0 events
220316 20:35:15 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220317  8:26:53 [Warning] IP address '192.168.2.123' could not be resolved: 不知道这样的主机。 
220317 17:53:20 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Normal shutdown

220317 17:53:20 [Note] Event Scheduler: Purging the queue. 0 events
220317 17:53:21  InnoDB: Starting shutdown...
220317 17:53:22  InnoDB: Shutdown completed; log sequence number 39089901
220317 17:53:22 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Shutdown complete

220317 18:53:40 [Note] Plugin 'FEDERATED' is disabled.
220317 18:53:42 InnoDB: The InnoDB memory heap is disabled
220317 18:53:42 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220317 18:53:42 InnoDB: Compressed tables use zlib 1.2.3
220317 18:53:42 InnoDB: Initializing buffer pool, size = 44.0M
220317 18:53:42 InnoDB: Completed initialization of buffer pool
220317 18:53:42 InnoDB: highest supported file format is Barracuda.
220317 18:53:44  InnoDB: Waiting for the background threads to start
220317 18:53:45 InnoDB: 5.5.56 started; log sequence number 39089901
220317 18:53:45 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220317 18:53:45 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220317 18:53:45 [Note] Server socket created on IP: '0.0.0.0'.
220317 18:53:47 [Note] Event Scheduler: Loaded 0 events
220317 18:53:47 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220317 19:46:10 [Note] Plugin 'FEDERATED' is disabled.
220317 19:46:10 InnoDB: The InnoDB memory heap is disabled
220317 19:46:10 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220317 19:46:10 InnoDB: Compressed tables use zlib 1.2.3
220317 19:46:10 InnoDB: Initializing buffer pool, size = 44.0M
220317 19:46:10 InnoDB: Completed initialization of buffer pool
220317 19:46:10 InnoDB: highest supported file format is Barracuda.
220317 19:46:10  InnoDB: Waiting for the background threads to start
220317 19:46:11 InnoDB: 5.5.56 started; log sequence number 39089901
220317 19:46:11 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220317 19:46:11 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220317 19:46:11 [Note] Server socket created on IP: '0.0.0.0'.
220317 19:46:20 [Note] Event Scheduler: Loaded 0 events
220317 19:46:20 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220317 19:48:55 [Note] Plugin 'FEDERATED' is disabled.
220317 19:48:55 InnoDB: The InnoDB memory heap is disabled
220317 19:48:55 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220317 19:48:55 InnoDB: Compressed tables use zlib 1.2.3
220317 19:48:55 InnoDB: Initializing buffer pool, size = 44.0M
220317 19:48:55 InnoDB: Completed initialization of buffer pool
220317 19:48:55 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220317 19:48:55  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220317 19:48:59  InnoDB: Waiting for the background threads to start
220317 19:49:00 InnoDB: 5.5.56 started; log sequence number 39089911
220317 19:49:00 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220317 19:49:00 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220317 19:49:00 [Note] Server socket created on IP: '0.0.0.0'.
220317 19:49:00 [Note] Event Scheduler: Loaded 0 events
220317 19:49:00 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220317 19:49:05 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Normal shutdown

220317 19:49:05 [Note] Event Scheduler: Purging the queue. 0 events
220317 19:49:05  InnoDB: Starting shutdown...
220317 19:49:05  InnoDB: Shutdown completed; log sequence number 39089911
220317 19:49:05 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Shutdown complete

220317 19:50:26 [Note] Plugin 'FEDERATED' is disabled.
220317 19:50:26 InnoDB: The InnoDB memory heap is disabled
220317 19:50:26 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220317 19:50:26 InnoDB: Compressed tables use zlib 1.2.3
220317 19:50:26 InnoDB: Initializing buffer pool, size = 44.0M
220317 19:50:26 InnoDB: Completed initialization of buffer pool
220317 19:50:26 InnoDB: highest supported file format is Barracuda.
220317 19:50:27  InnoDB: Waiting for the background threads to start
220317 19:50:28 InnoDB: 5.5.56 started; log sequence number 39089911
220317 19:50:28 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220317 19:50:28 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220317 19:50:28 [Note] Server socket created on IP: '0.0.0.0'.
220317 19:50:29 [Note] Event Scheduler: Loaded 0 events
220317 19:50:29 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220319 21:09:24 [Note] Plugin 'FEDERATED' is disabled.
220319 21:09:24 InnoDB: The InnoDB memory heap is disabled
220319 21:09:24 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220319 21:09:24 InnoDB: Compressed tables use zlib 1.2.3
220319 21:09:25 InnoDB: Initializing buffer pool, size = 44.0M
220319 21:09:25 InnoDB: Completed initialization of buffer pool
220319 21:09:25 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220319 21:09:25  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220319 21:09:32  InnoDB: Waiting for the background threads to start
220319 21:09:33 InnoDB: 5.5.56 started; log sequence number 39090146
220319 21:09:33 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220319 21:09:33 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220319 21:09:33 [Note] Server socket created on IP: '0.0.0.0'.
220319 21:09:33 [Note] Event Scheduler: Loaded 0 events
220319 21:09:33 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220319 21:11:17 [Note] Plugin 'FEDERATED' is disabled.
220319 21:11:17 InnoDB: The InnoDB memory heap is disabled
220319 21:11:17 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220319 21:11:17 InnoDB: Compressed tables use zlib 1.2.3
220319 21:11:17 InnoDB: Initializing buffer pool, size = 44.0M
220319 21:11:17 InnoDB: Completed initialization of buffer pool
220319 21:11:17 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220319 21:11:17  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220319 21:11:22  InnoDB: Waiting for the background threads to start
220319 21:11:23 InnoDB: 5.5.56 started; log sequence number 39090146
220319 21:11:23 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220319 21:11:23 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220319 21:11:23 [Note] Server socket created on IP: '0.0.0.0'.
220319 21:11:24 [Note] Event Scheduler: Loaded 0 events
220319 21:11:24 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220323 21:29:38 [Note] Plugin 'FEDERATED' is disabled.
220323 21:29:38 InnoDB: The InnoDB memory heap is disabled
220323 21:29:38 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220323 21:29:38 InnoDB: Compressed tables use zlib 1.2.3
220323 21:29:38 InnoDB: Initializing buffer pool, size = 44.0M
220323 21:29:38 InnoDB: Completed initialization of buffer pool
220323 21:29:38 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220323 21:29:38  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220323 21:29:39  InnoDB: Waiting for the background threads to start
220323 21:29:40 InnoDB: 5.5.56 started; log sequence number 39091329
220323 21:29:40 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220323 21:29:40 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220323 21:29:40 [Note] Server socket created on IP: '0.0.0.0'.
220323 21:29:41 [Note] Event Scheduler: Loaded 0 events
220323 21:29:41 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220323 21:30:04 [Note] Plugin 'FEDERATED' is disabled.
220323 21:30:04 InnoDB: The InnoDB memory heap is disabled
220323 21:30:04 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220323 21:30:04 InnoDB: Compressed tables use zlib 1.2.3
220323 21:30:04 InnoDB: Initializing buffer pool, size = 44.0M
220323 21:30:04 InnoDB: Completed initialization of buffer pool
220323 21:30:04 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220323 21:30:04  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220323 21:30:14  InnoDB: Waiting for the background threads to start
220323 21:30:15 InnoDB: 5.5.56 started; log sequence number 39091329
220323 21:30:15 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220323 21:30:15 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220323 21:30:15 [Note] Server socket created on IP: '0.0.0.0'.
220323 21:30:16 [Note] Event Scheduler: Loaded 0 events
220323 21:30:16 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220401 22:17:48 [Note] Plugin 'FEDERATED' is disabled.
220401 22:17:48 InnoDB: The InnoDB memory heap is disabled
220401 22:17:48 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220401 22:17:48 InnoDB: Compressed tables use zlib 1.2.3
220401 22:17:48 InnoDB: Initializing buffer pool, size = 44.0M
220401 22:17:48 InnoDB: Completed initialization of buffer pool
220401 22:17:49 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220401 22:17:49  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220401 22:17:49  InnoDB: Waiting for the background threads to start
220401 22:17:50 InnoDB: 5.5.56 started; log sequence number 39091329
220401 22:17:50 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220401 22:17:50 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220401 22:17:50 [Note] Server socket created on IP: '0.0.0.0'.
220401 22:17:50 [Note] Event Scheduler: Loaded 0 events
220401 22:17:50 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220403 10:06:24 [Note] Plugin 'FEDERATED' is disabled.
220403 10:06:25 InnoDB: The InnoDB memory heap is disabled
220403 10:06:25 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220403 10:06:25 InnoDB: Compressed tables use zlib 1.2.3
220403 10:06:25 InnoDB: Initializing buffer pool, size = 44.0M
220403 10:06:25 InnoDB: Completed initialization of buffer pool
220403 10:06:25 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220403 10:06:25  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220403 10:06:25  InnoDB: Waiting for the background threads to start
220403 10:06:26 InnoDB: 5.5.56 started; log sequence number 39119944
220403 10:06:26 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220403 10:06:26 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220403 10:06:26 [Note] Server socket created on IP: '0.0.0.0'.
220403 10:06:26 [Note] Event Scheduler: Loaded 0 events
220403 10:06:26 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220404 18:04:06 [Note] Plugin 'FEDERATED' is disabled.
220404 18:04:06 InnoDB: The InnoDB memory heap is disabled
220404 18:04:06 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220404 18:04:06 InnoDB: Compressed tables use zlib 1.2.3
220404 18:04:07 InnoDB: Initializing buffer pool, size = 44.0M
220404 18:04:07 InnoDB: Completed initialization of buffer pool
220404 18:04:07 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220404 18:04:07  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220404 18:04:07  InnoDB: Waiting for the background threads to start
220404 18:04:08 InnoDB: 5.5.56 started; log sequence number 39120179
220404 18:04:08 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220404 18:04:11 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220404 18:04:11 [Note] Server socket created on IP: '0.0.0.0'.
220404 18:04:11 [Note] Event Scheduler: Loaded 0 events
220404 18:04:11 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220406 22:11:31 [Note] Plugin 'FEDERATED' is disabled.
220406 22:11:31 InnoDB: The InnoDB memory heap is disabled
220406 22:11:31 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220406 22:11:31 InnoDB: Compressed tables use zlib 1.2.3
220406 22:11:31 InnoDB: Initializing buffer pool, size = 44.0M
220406 22:11:31 InnoDB: Completed initialization of buffer pool
220406 22:11:31 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220406 22:11:31  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220406 22:11:32  InnoDB: Waiting for the background threads to start
220406 22:11:33 InnoDB: 5.5.56 started; log sequence number 39169323
220406 22:11:33 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220406 22:11:33 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220406 22:11:33 [Note] Server socket created on IP: '0.0.0.0'.
220406 22:11:33 [Note] Event Scheduler: Loaded 0 events
220406 22:11:33 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220407 21:17:20 [Note] Plugin 'FEDERATED' is disabled.
220407 21:17:20 InnoDB: The InnoDB memory heap is disabled
220407 21:17:20 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220407 21:17:20 InnoDB: Compressed tables use zlib 1.2.3
220407 21:17:20 InnoDB: Initializing buffer pool, size = 44.0M
220407 21:17:20 InnoDB: Completed initialization of buffer pool
220407 21:17:20 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220407 21:17:20  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220407 21:17:21  InnoDB: Waiting for the background threads to start
220407 21:17:22 InnoDB: 5.5.56 started; log sequence number 39307565
220407 21:17:22 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220407 21:17:22 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220407 21:17:22 [Note] Server socket created on IP: '0.0.0.0'.
220407 21:17:22 [Note] Event Scheduler: Loaded 0 events
220407 21:17:22 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220408 22:06:48 [Note] Plugin 'FEDERATED' is disabled.
220408 22:06:48 InnoDB: The InnoDB memory heap is disabled
220408 22:06:48 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220408 22:06:48 InnoDB: Compressed tables use zlib 1.2.3
220408 22:06:48 InnoDB: Initializing buffer pool, size = 44.0M
220408 22:06:48 InnoDB: Completed initialization of buffer pool
220408 22:06:48 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220408 22:06:48  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220408 22:06:50  InnoDB: Waiting for the background threads to start
220408 22:06:51 InnoDB: 5.5.56 started; log sequence number 39309537
220408 22:06:51 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220408 22:06:51 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220408 22:06:51 [Note] Server socket created on IP: '0.0.0.0'.
220408 22:06:51 [Note] Event Scheduler: Loaded 0 events
220408 22:06:51 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220409 22:19:19 [Note] Plugin 'FEDERATED' is disabled.
220409 22:19:19 InnoDB: The InnoDB memory heap is disabled
220409 22:19:19 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220409 22:19:19 InnoDB: Compressed tables use zlib 1.2.3
220409 22:19:19 InnoDB: Initializing buffer pool, size = 44.0M
220409 22:19:19 InnoDB: Completed initialization of buffer pool
220409 22:19:19 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220409 22:19:19  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220409 22:19:20  InnoDB: Waiting for the background threads to start
220409 22:19:21 InnoDB: 5.5.56 started; log sequence number 39309537
220409 22:19:21 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220409 22:19:21 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220409 22:19:21 [Note] Server socket created on IP: '0.0.0.0'.
220409 22:19:21 [Note] Event Scheduler: Loaded 0 events
220409 22:19:21 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220411 22:01:37 [Note] Plugin 'FEDERATED' is disabled.
220411 22:01:37 InnoDB: The InnoDB memory heap is disabled
220411 22:01:37 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220411 22:01:37 InnoDB: Compressed tables use zlib 1.2.3
220411 22:01:37 InnoDB: Initializing buffer pool, size = 44.0M
220411 22:01:37 InnoDB: Completed initialization of buffer pool
220411 22:01:37 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220411 22:01:37  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220411 22:01:39  InnoDB: Waiting for the background threads to start
220411 22:01:40 InnoDB: 5.5.56 started; log sequence number 39426644
220411 22:01:40 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220411 22:01:40 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220411 22:01:40 [Note] Server socket created on IP: '0.0.0.0'.
220411 22:01:40 [Note] Event Scheduler: Loaded 0 events
220411 22:01:40 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220412 13:32:03 [Note] Plugin 'FEDERATED' is disabled.
220412 13:32:03 InnoDB: The InnoDB memory heap is disabled
220412 13:32:03 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220412 13:32:03 InnoDB: Compressed tables use zlib 1.2.3
220412 13:32:03 InnoDB: Initializing buffer pool, size = 44.0M
220412 13:32:03 InnoDB: Completed initialization of buffer pool
220412 13:32:03 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220412 13:32:03  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220412 13:32:04  InnoDB: Waiting for the background threads to start
220412 13:32:05 InnoDB: 5.5.56 started; log sequence number 39555363
220412 13:32:05 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220412 13:32:05 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220412 13:32:05 [Note] Server socket created on IP: '0.0.0.0'.
220412 13:32:05 [Note] Event Scheduler: Loaded 0 events
220412 13:32:05 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220412 17:09:30 [Note] Plugin 'FEDERATED' is disabled.
220412 17:09:30 InnoDB: The InnoDB memory heap is disabled
220412 17:09:30 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220412 17:09:30 InnoDB: Compressed tables use zlib 1.2.3
220412 17:09:30 InnoDB: Initializing buffer pool, size = 44.0M
220412 17:09:30 InnoDB: Completed initialization of buffer pool
220412 17:09:30 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220412 17:09:31  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220412 17:09:32  InnoDB: Waiting for the background threads to start
220412 17:09:33 InnoDB: 5.5.56 started; log sequence number 39690594
220412 17:09:33 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220412 17:09:33 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220412 17:09:33 [Note] Server socket created on IP: '0.0.0.0'.
220412 17:09:33 [Note] Event Scheduler: Loaded 0 events
220412 17:09:33 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220415 23:15:11 [Note] Plugin 'FEDERATED' is disabled.
220415 23:15:11 InnoDB: The InnoDB memory heap is disabled
220415 23:15:11 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220415 23:15:11 InnoDB: Compressed tables use zlib 1.2.3
220415 23:15:11 InnoDB: Initializing buffer pool, size = 44.0M
220415 23:15:11 InnoDB: Completed initialization of buffer pool
220415 23:15:11 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220415 23:15:11  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220415 23:15:12  InnoDB: Waiting for the background threads to start
220415 23:15:13 InnoDB: 5.5.56 started; log sequence number 40423890
220415 23:15:13 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220415 23:15:13 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220415 23:15:13 [Note] Server socket created on IP: '0.0.0.0'.
220415 23:15:14 [Note] Event Scheduler: Loaded 0 events
220415 23:15:14 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220415 23:15:20 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Normal shutdown

220415 23:15:20 [Note] Event Scheduler: Purging the queue. 0 events
220415 23:15:20  InnoDB: Starting shutdown...
220415 23:15:21  InnoDB: Shutdown completed; log sequence number 40428709
220415 23:15:21 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Shutdown complete

220415 23:16:37 [Note] Plugin 'FEDERATED' is disabled.
220415 23:16:38 InnoDB: The InnoDB memory heap is disabled
220415 23:16:38 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220415 23:16:38 InnoDB: Compressed tables use zlib 1.2.3
220415 23:16:38 InnoDB: Initializing buffer pool, size = 44.0M
220415 23:16:38 InnoDB: Completed initialization of buffer pool
220415 23:16:39 InnoDB: highest supported file format is Barracuda.
220415 23:16:50  InnoDB: Waiting for the background threads to start
220415 23:16:51 InnoDB: 5.5.56 started; log sequence number 40428709
220415 23:16:51 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220415 23:16:51 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220415 23:16:51 [Note] Server socket created on IP: '0.0.0.0'.
220415 23:16:51 [Note] Event Scheduler: Loaded 0 events
220415 23:16:51 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220416 10:21:51 [Note] Plugin 'FEDERATED' is disabled.
220416 10:21:51 InnoDB: The InnoDB memory heap is disabled
220416 10:21:51 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220416 10:21:51 InnoDB: Compressed tables use zlib 1.2.3
220416 10:21:51 InnoDB: Initializing buffer pool, size = 44.0M
220416 10:21:51 InnoDB: Completed initialization of buffer pool
220416 10:21:51 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220416 10:21:51  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220416 10:21:57  InnoDB: Waiting for the background threads to start
220416 10:21:58 InnoDB: 5.5.56 started; log sequence number 40431047
220416 10:21:58 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220416 10:21:58 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220416 10:21:58 [Note] Server socket created on IP: '0.0.0.0'.
220416 10:21:58 [Note] Event Scheduler: Loaded 0 events
220416 10:21:58 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220419 17:05:00 [Note] Plugin 'FEDERATED' is disabled.
220419 17:05:00 InnoDB: The InnoDB memory heap is disabled
220419 17:05:00 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220419 17:05:00 InnoDB: Compressed tables use zlib 1.2.3
220419 17:05:00 InnoDB: Initializing buffer pool, size = 44.0M
220419 17:05:00 InnoDB: Completed initialization of buffer pool
220419 17:05:00 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220419 17:05:00  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220419 17:05:04  InnoDB: Waiting for the background threads to start
220419 17:05:05 InnoDB: 5.5.56 started; log sequence number 40522286
220419 17:05:05 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220419 17:05:05 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220419 17:05:05 [Note] Server socket created on IP: '0.0.0.0'.
220419 17:05:05 [Note] Event Scheduler: Loaded 0 events
220419 17:05:05 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220420 23:29:16 [Note] Plugin 'FEDERATED' is disabled.
220420 23:29:16 InnoDB: The InnoDB memory heap is disabled
220420 23:29:16 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220420 23:29:16 InnoDB: Compressed tables use zlib 1.2.3
220420 23:29:16 InnoDB: Initializing buffer pool, size = 44.0M
220420 23:29:16 InnoDB: Completed initialization of buffer pool
220420 23:29:16 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220420 23:29:16  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220420 23:29:17  InnoDB: Waiting for the background threads to start
220420 23:29:18 InnoDB: 5.5.56 started; log sequence number 40577463
220420 23:29:18 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220420 23:29:18 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220420 23:29:18 [Note] Server socket created on IP: '0.0.0.0'.
220420 23:29:18 [Note] Event Scheduler: Loaded 0 events
220420 23:29:18 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220423 23:31:39 [Note] Plugin 'FEDERATED' is disabled.
220423 23:31:39 InnoDB: The InnoDB memory heap is disabled
220423 23:31:39 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220423 23:31:39 InnoDB: Compressed tables use zlib 1.2.3
220423 23:31:39 InnoDB: Initializing buffer pool, size = 44.0M
220423 23:31:39 InnoDB: Completed initialization of buffer pool
220423 23:31:39 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220423 23:31:39  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220423 23:31:41  InnoDB: Waiting for the background threads to start
220423 23:31:42 InnoDB: 5.5.56 started; log sequence number 41348905
220423 23:31:42 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220423 23:31:42 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220423 23:31:42 [Note] Server socket created on IP: '0.0.0.0'.
220423 23:31:42 [Note] Event Scheduler: Loaded 0 events
220423 23:31:42 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220424 18:10:24 [Note] Plugin 'FEDERATED' is disabled.
220424 18:10:24 InnoDB: The InnoDB memory heap is disabled
220424 18:10:24 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220424 18:10:24 InnoDB: Compressed tables use zlib 1.2.3
220424 18:10:24 InnoDB: Initializing buffer pool, size = 44.0M
220424 18:10:24 InnoDB: Completed initialization of buffer pool
220424 18:10:24 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220424 18:10:24  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220424 18:10:28  InnoDB: Waiting for the background threads to start
220424 18:10:29 InnoDB: 5.5.56 started; log sequence number 42562760
220424 18:10:29 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220424 18:10:30 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220424 18:10:30 [Note] Server socket created on IP: '0.0.0.0'.
220424 18:10:30 [Note] Event Scheduler: Loaded 0 events
220424 18:10:30 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220425 18:35:41 [Note] Plugin 'FEDERATED' is disabled.
220425 18:35:41 InnoDB: The InnoDB memory heap is disabled
220425 18:35:41 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220425 18:35:41 InnoDB: Compressed tables use zlib 1.2.3
220425 18:35:41 InnoDB: Initializing buffer pool, size = 44.0M
220425 18:35:41 InnoDB: Completed initialization of buffer pool
220425 18:35:41 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220425 18:35:41  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220425 18:35:44  InnoDB: Waiting for the background threads to start
220425 18:35:45 InnoDB: 5.5.56 started; log sequence number 44659832
220425 18:35:45 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220425 18:35:45 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220425 18:35:45 [Note] Server socket created on IP: '0.0.0.0'.
220425 18:35:46 [Note] Event Scheduler: Loaded 0 events
220425 18:35:46 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220425 19:08:33 [Note] Plugin 'FEDERATED' is disabled.
220425 19:08:34 InnoDB: The InnoDB memory heap is disabled
220425 19:08:34 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220425 19:08:34 InnoDB: Compressed tables use zlib 1.2.3
220425 19:08:34 InnoDB: Initializing buffer pool, size = 44.0M
220425 19:08:34 InnoDB: Completed initialization of buffer pool
220425 19:08:34 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220425 19:08:34  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220425 19:08:35  InnoDB: Waiting for the background threads to start
220425 19:08:36 InnoDB: 5.5.56 started; log sequence number 44725129
220425 19:08:36 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220425 19:08:36 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220425 19:08:36 [Note] Server socket created on IP: '0.0.0.0'.
220425 19:08:36 [Note] Event Scheduler: Loaded 0 events
220425 19:08:36 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220425 20:32:35 [Warning] IP address '192.168.2.65' could not be resolved: 不知道这样的主机。 
220425 23:35:19 [Note] Plugin 'FEDERATED' is disabled.
220425 23:35:19 InnoDB: The InnoDB memory heap is disabled
220425 23:35:19 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220425 23:35:19 InnoDB: Compressed tables use zlib 1.2.3
220425 23:35:19 InnoDB: Initializing buffer pool, size = 44.0M
220425 23:35:19 InnoDB: Completed initialization of buffer pool
220425 23:35:19 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220425 23:35:19  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220425 23:35:20  InnoDB: Waiting for the background threads to start
220425 23:35:21 InnoDB: 5.5.56 started; log sequence number 45163849
220425 23:35:21 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220425 23:35:21 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220425 23:35:21 [Note] Server socket created on IP: '0.0.0.0'.
220425 23:35:21 [Note] Event Scheduler: Loaded 0 events
220425 23:35:21 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220426  9:12:21 [Warning] IP address '192.168.2.65' could not be resolved: 不知道这样的主机。 
220426 10:19:30 [Note] Plugin 'FEDERATED' is disabled.
220426 10:19:30 InnoDB: The InnoDB memory heap is disabled
220426 10:19:30 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220426 10:19:30 InnoDB: Compressed tables use zlib 1.2.3
220426 10:19:30 InnoDB: Initializing buffer pool, size = 44.0M
220426 10:19:30 InnoDB: Completed initialization of buffer pool
220426 10:19:30 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220426 10:19:30  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220426 10:19:31  InnoDB: Waiting for the background threads to start
220426 10:19:32 InnoDB: 5.5.56 started; log sequence number 45578929
220426 10:19:32 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220426 10:19:32 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220426 10:19:32 [Note] Server socket created on IP: '0.0.0.0'.
220426 10:19:32 [Note] Event Scheduler: Loaded 0 events
220426 10:19:32 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220426 14:13:49 [Warning] IP address '192.168.2.65' could not be resolved: 不知道这样的主机。 
220426 23:26:30 [Note] Plugin 'FEDERATED' is disabled.
220426 23:26:30 InnoDB: The InnoDB memory heap is disabled
220426 23:26:30 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220426 23:26:30 InnoDB: Compressed tables use zlib 1.2.3
220426 23:26:30 InnoDB: Initializing buffer pool, size = 44.0M
220426 23:26:30 InnoDB: Completed initialization of buffer pool
220426 23:26:30 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220426 23:26:30  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220426 23:26:31  InnoDB: Waiting for the background threads to start
220426 23:26:32 InnoDB: 5.5.56 started; log sequence number 46403949
220426 23:26:32 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220426 23:26:32 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220426 23:26:32 [Note] Server socket created on IP: '0.0.0.0'.
220426 23:26:33 [Note] Event Scheduler: Loaded 0 events
220426 23:26:33 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220427 23:19:29 [Note] Plugin 'FEDERATED' is disabled.
220427 23:19:29 InnoDB: The InnoDB memory heap is disabled
220427 23:19:29 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220427 23:19:29 InnoDB: Compressed tables use zlib 1.2.3
220427 23:19:29 InnoDB: Initializing buffer pool, size = 44.0M
220427 23:19:29 InnoDB: Completed initialization of buffer pool
220427 23:19:29 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220427 23:19:29  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220427 23:19:30  InnoDB: Waiting for the background threads to start
220427 23:19:31 InnoDB: 5.5.56 started; log sequence number 46644788
220427 23:19:31 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220427 23:19:31 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220427 23:19:31 [Note] Server socket created on IP: '0.0.0.0'.
220427 23:19:31 [Note] Event Scheduler: Loaded 0 events
220427 23:19:31 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220429 22:28:31 [Note] Plugin 'FEDERATED' is disabled.
220429 22:28:31 InnoDB: The InnoDB memory heap is disabled
220429 22:28:31 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220429 22:28:31 InnoDB: Compressed tables use zlib 1.2.3
220429 22:28:31 InnoDB: Initializing buffer pool, size = 44.0M
220429 22:28:31 InnoDB: Completed initialization of buffer pool
220429 22:28:31 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220429 22:28:31  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220429 22:28:32  InnoDB: Waiting for the background threads to start
220429 22:28:33 InnoDB: 5.5.56 started; log sequence number 46811322
220429 22:28:33 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220429 22:28:33 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220429 22:28:33 [Note] Server socket created on IP: '0.0.0.0'.
220429 22:28:33 [Note] Event Scheduler: Loaded 0 events
220429 22:28:33 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220430 16:13:42 [Note] Plugin 'FEDERATED' is disabled.
220430 16:13:42 InnoDB: The InnoDB memory heap is disabled
220430 16:13:42 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220430 16:13:42 InnoDB: Compressed tables use zlib 1.2.3
220430 16:13:42 InnoDB: Initializing buffer pool, size = 44.0M
220430 16:13:42 InnoDB: Completed initialization of buffer pool
220430 16:13:42 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220430 16:13:42  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220430 16:13:42  InnoDB: Waiting for the background threads to start
220430 16:13:43 InnoDB: 5.5.56 started; log sequence number 46811322
220430 16:13:43 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220430 16:13:43 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220430 16:13:43 [Note] Server socket created on IP: '0.0.0.0'.
220430 16:13:43 [Note] Event Scheduler: Loaded 0 events
220430 16:13:44 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220505 23:05:50 [Note] Plugin 'FEDERATED' is disabled.
220505 23:05:50 InnoDB: The InnoDB memory heap is disabled
220505 23:05:50 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220505 23:05:50 InnoDB: Compressed tables use zlib 1.2.3
220505 23:05:50 InnoDB: Initializing buffer pool, size = 44.0M
220505 23:05:50 InnoDB: Completed initialization of buffer pool
220505 23:05:50 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220505 23:05:50  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220505 23:05:52  InnoDB: Waiting for the background threads to start
220505 23:05:53 InnoDB: 5.5.56 started; log sequence number 46902853
220505 23:05:53 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220505 23:05:53 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220505 23:05:53 [Note] Server socket created on IP: '0.0.0.0'.
220505 23:05:53 [Note] Event Scheduler: Loaded 0 events
220505 23:05:53 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220509 22:20:23 [Note] Plugin 'FEDERATED' is disabled.
220509 22:20:23 InnoDB: The InnoDB memory heap is disabled
220509 22:20:23 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220509 22:20:23 InnoDB: Compressed tables use zlib 1.2.3
220509 22:20:23 InnoDB: Initializing buffer pool, size = 44.0M
220509 22:20:23 InnoDB: Completed initialization of buffer pool
220509 22:20:23 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220509 22:20:23  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220509 22:20:27  InnoDB: Waiting for the background threads to start
220509 22:20:28 InnoDB: 5.5.56 started; log sequence number 46989394
220509 22:20:28 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220509 22:20:28 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220509 22:20:28 [Note] Server socket created on IP: '0.0.0.0'.
220509 22:20:28 [Note] Event Scheduler: Loaded 0 events
220509 22:20:28 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220509 22:20:44 [Note] Plugin 'FEDERATED' is disabled.
220509 22:20:44 InnoDB: The InnoDB memory heap is disabled
220509 22:20:44 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220509 22:20:44 InnoDB: Compressed tables use zlib 1.2.3
220509 22:20:44 InnoDB: Initializing buffer pool, size = 44.0M
220509 22:20:44 InnoDB: Completed initialization of buffer pool
220509 22:20:44 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220509 22:20:44  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220509 22:20:45  InnoDB: Waiting for the background threads to start
220509 22:20:46 InnoDB: 5.5.56 started; log sequence number 46990561
220509 22:20:46 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220509 22:20:46 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220509 22:20:46 [Note] Server socket created on IP: '0.0.0.0'.
220509 22:20:46 [Note] Event Scheduler: Loaded 0 events
220509 22:20:46 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220516 20:58:47 [Note] Plugin 'FEDERATED' is disabled.
220516 20:58:47 InnoDB: The InnoDB memory heap is disabled
220516 20:58:47 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220516 20:58:47 InnoDB: Compressed tables use zlib 1.2.3
220516 20:58:47 InnoDB: Initializing buffer pool, size = 44.0M
220516 20:58:47 InnoDB: Completed initialization of buffer pool
220516 20:58:47 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220516 20:58:47  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220516 20:58:47  InnoDB: Waiting for the background threads to start
220516 20:58:48 InnoDB: 5.5.56 started; log sequence number 46990561
220516 20:58:48 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220516 20:58:48 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220516 20:58:48 [Note] Server socket created on IP: '0.0.0.0'.
220516 20:58:48 [Note] Event Scheduler: Loaded 0 events
220516 20:58:48 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220516 20:58:57 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Normal shutdown

220516 20:58:57 [Note] Event Scheduler: Purging the queue. 0 events
220516 20:58:57  InnoDB: Starting shutdown...
220516 20:58:58  InnoDB: Shutdown completed; log sequence number 46990561
220516 20:58:58 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Shutdown complete

220516 21:00:18 [Note] Plugin 'FEDERATED' is disabled.
220516 21:00:18 InnoDB: The InnoDB memory heap is disabled
220516 21:00:18 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220516 21:00:18 InnoDB: Compressed tables use zlib 1.2.3
220516 21:00:19 InnoDB: Initializing buffer pool, size = 44.0M
220516 21:00:19 InnoDB: Completed initialization of buffer pool
220516 21:00:19 InnoDB: highest supported file format is Barracuda.
220516 21:00:26  InnoDB: Waiting for the background threads to start
220516 21:00:27 InnoDB: 5.5.56 started; log sequence number 46990561
220516 21:00:27 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220516 21:00:27 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220516 21:00:27 [Note] Server socket created on IP: '0.0.0.0'.
220516 21:00:27 [Note] Event Scheduler: Loaded 0 events
220516 21:00:27 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220519  9:01:33 [Note] Plugin 'FEDERATED' is disabled.
220519  9:01:33 InnoDB: The InnoDB memory heap is disabled
220519  9:01:33 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220519  9:01:33 InnoDB: Compressed tables use zlib 1.2.3
220519  9:01:33 InnoDB: Initializing buffer pool, size = 44.0M
220519  9:01:33 InnoDB: Completed initialization of buffer pool
220519  9:01:33 InnoDB: highest supported file format is Barracuda.
220519  9:01:34  InnoDB: Waiting for the background threads to start
220519  9:01:35 InnoDB: 5.5.56 started; log sequence number 46990561
220519  9:01:35 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220519  9:01:35 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220519  9:01:35 [Note] Server socket created on IP: '0.0.0.0'.
220519  9:01:35 [Note] Event Scheduler: Loaded 0 events
220519  9:01:35 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220520 14:44:44 [Note] Plugin 'FEDERATED' is disabled.
220520 14:44:44 InnoDB: The InnoDB memory heap is disabled
220520 14:44:44 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220520 14:44:44 InnoDB: Compressed tables use zlib 1.2.3
220520 14:44:44 InnoDB: Initializing buffer pool, size = 44.0M
220520 14:44:44 InnoDB: Completed initialization of buffer pool
220520 14:44:44 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220520 14:44:44  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220520 14:44:46  InnoDB: Waiting for the background threads to start
220520 14:44:47 InnoDB: 5.5.56 started; log sequence number 46993155
220520 14:44:47 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220520 14:44:48 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220520 14:44:48 [Note] Server socket created on IP: '0.0.0.0'.
220520 14:44:49 [Note] Event Scheduler: Loaded 0 events
220520 14:44:49 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220524 21:39:09 [Note] Plugin 'FEDERATED' is disabled.
220524 21:39:10 InnoDB: The InnoDB memory heap is disabled
220524 21:39:10 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220524 21:39:10 InnoDB: Compressed tables use zlib 1.2.3
220524 21:39:10 InnoDB: Initializing buffer pool, size = 44.0M
220524 21:39:10 InnoDB: Completed initialization of buffer pool
220524 21:39:10 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220524 21:39:10  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220524 21:39:10  InnoDB: Waiting for the background threads to start
220524 21:39:11 InnoDB: 5.5.56 started; log sequence number 47747058
220524 21:39:11 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220524 21:39:11 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220524 21:39:11 [Note] Server socket created on IP: '0.0.0.0'.
220524 21:39:12 [Note] Event Scheduler: Loaded 0 events
220524 21:39:12 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220524 21:39:25 [Note] Plugin 'FEDERATED' is disabled.
220524 21:39:25 InnoDB: The InnoDB memory heap is disabled
220524 21:39:25 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220524 21:39:25 InnoDB: Compressed tables use zlib 1.2.3
220524 21:39:25 InnoDB: Initializing buffer pool, size = 44.0M
220524 21:39:25 InnoDB: Completed initialization of buffer pool
220524 21:39:25 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220524 21:39:26  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220524 21:39:27  InnoDB: Waiting for the background threads to start
220524 21:39:28 InnoDB: 5.5.56 started; log sequence number 47747058
220524 21:39:28 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220524 21:39:28 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220524 21:39:28 [Note] Server socket created on IP: '0.0.0.0'.
220524 21:39:28 [Note] Event Scheduler: Loaded 0 events
220524 21:39:28 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220525 21:30:25 [Note] Plugin 'FEDERATED' is disabled.
220525 21:30:25 InnoDB: The InnoDB memory heap is disabled
220525 21:30:25 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220525 21:30:25 InnoDB: Compressed tables use zlib 1.2.3
220525 21:30:25 InnoDB: Initializing buffer pool, size = 44.0M
220525 21:30:25 InnoDB: Completed initialization of buffer pool
220525 21:30:25 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220525 21:30:25  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220525 21:30:26  InnoDB: Waiting for the background threads to start
220525 21:30:27 InnoDB: 5.5.56 started; log sequence number 48009830
220525 21:30:27 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220525 21:30:27 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220525 21:30:27 [Note] Server socket created on IP: '0.0.0.0'.
220525 21:30:27 [Note] Event Scheduler: Loaded 0 events
220525 21:30:27 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220525 21:30:47 [Note] Plugin 'FEDERATED' is disabled.
220525 21:30:47 InnoDB: The InnoDB memory heap is disabled
220525 21:30:47 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220525 21:30:47 InnoDB: Compressed tables use zlib 1.2.3
220525 21:30:47 InnoDB: Initializing buffer pool, size = 44.0M
220525 21:30:47 InnoDB: Completed initialization of buffer pool
220525 21:30:47 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220525 21:30:47  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220525 21:30:47  InnoDB: Waiting for the background threads to start
220525 21:30:48 InnoDB: 5.5.56 started; log sequence number 48009830
220525 21:30:48 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220525 21:30:48 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220525 21:30:48 [Note] Server socket created on IP: '0.0.0.0'.
220525 21:30:48 [Note] Event Scheduler: Loaded 0 events
220525 21:30:48 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220530 10:32:11 [Note] Plugin 'FEDERATED' is disabled.
220530 10:32:11 InnoDB: The InnoDB memory heap is disabled
220530 10:32:11 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220530 10:32:11 InnoDB: Compressed tables use zlib 1.2.3
220530 10:32:11 InnoDB: Initializing buffer pool, size = 44.0M
220530 10:32:11 InnoDB: Completed initialization of buffer pool
220530 10:32:11 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220530 10:32:11  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220530 10:32:12  InnoDB: Waiting for the background threads to start
220530 10:32:13 InnoDB: 5.5.56 started; log sequence number 48009830
220530 10:32:13 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220530 10:32:13 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220530 10:32:13 [Note] Server socket created on IP: '0.0.0.0'.
220530 10:32:13 [Note] Event Scheduler: Loaded 0 events
220530 10:32:13 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220530 19:15:23 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Normal shutdown

220530 19:15:23 [Note] Event Scheduler: Purging the queue. 0 events
220530 19:15:24  InnoDB: Starting shutdown...
220530 19:15:25  InnoDB: Shutdown completed; log sequence number 48009830
220530 19:15:25 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Shutdown complete

220530 19:16:21 [Note] Plugin 'FEDERATED' is disabled.
220530 19:16:21 InnoDB: The InnoDB memory heap is disabled
220530 19:16:21 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220530 19:16:21 InnoDB: Compressed tables use zlib 1.2.3
220530 19:16:21 InnoDB: Initializing buffer pool, size = 44.0M
220530 19:16:21 InnoDB: Completed initialization of buffer pool
220530 19:16:21 InnoDB: highest supported file format is Barracuda.
220530 19:16:22  InnoDB: Waiting for the background threads to start
220530 19:16:23 InnoDB: 5.5.56 started; log sequence number 48009830
220530 19:16:23 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220530 19:16:23 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220530 19:16:23 [Note] Server socket created on IP: '0.0.0.0'.
220530 19:16:23 [Note] Event Scheduler: Loaded 0 events
220530 19:16:23 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220530 22:23:18 [Note] Plugin 'FEDERATED' is disabled.
220530 22:23:18 InnoDB: The InnoDB memory heap is disabled
220530 22:23:18 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220530 22:23:18 InnoDB: Compressed tables use zlib 1.2.3
220530 22:23:18 InnoDB: Initializing buffer pool, size = 44.0M
220530 22:23:18 InnoDB: Completed initialization of buffer pool
220530 22:23:18 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220530 22:23:18  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220530 22:23:18  InnoDB: Waiting for the background threads to start
220530 22:23:20 InnoDB: 5.5.56 started; log sequence number 48010065
220530 22:23:20 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220530 22:23:20 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220530 22:23:20 [Note] Server socket created on IP: '0.0.0.0'.
220530 22:23:20 [Note] Event Scheduler: Loaded 0 events
220530 22:23:20 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220531 22:22:10 [Note] Plugin 'FEDERATED' is disabled.
220531 22:22:10 InnoDB: The InnoDB memory heap is disabled
220531 22:22:10 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220531 22:22:10 InnoDB: Compressed tables use zlib 1.2.3
220531 22:22:10 InnoDB: Initializing buffer pool, size = 44.0M
220531 22:22:10 InnoDB: Completed initialization of buffer pool
220531 22:22:10 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220531 22:22:10  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220531 22:22:11  InnoDB: Waiting for the background threads to start
220531 22:22:12 InnoDB: 5.5.56 started; log sequence number 48011278
220531 22:22:12 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220531 22:22:12 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220531 22:22:12 [Note] Server socket created on IP: '0.0.0.0'.
220531 22:22:12 [Note] Event Scheduler: Loaded 0 events
220531 22:22:12 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220615 14:19:24 [Note] Plugin 'FEDERATED' is disabled.
220615 14:19:24 InnoDB: The InnoDB memory heap is disabled
220615 14:19:24 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220615 14:19:24 InnoDB: Compressed tables use zlib 1.2.3
220615 14:19:24 InnoDB: Initializing buffer pool, size = 44.0M
220615 14:19:24 InnoDB: Completed initialization of buffer pool
220615 14:19:24 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220615 14:19:24  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220615 14:19:25  InnoDB: Waiting for the background threads to start
220615 14:19:26 InnoDB: 5.5.56 started; log sequence number 48021232
220615 14:19:26 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220615 14:19:26 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220615 14:19:26 [Note] Server socket created on IP: '0.0.0.0'.
220615 14:19:26 [Note] Event Scheduler: Loaded 0 events
220615 14:19:26 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220623 22:11:36 [Note] Plugin 'FEDERATED' is disabled.
220623 22:11:37 InnoDB: The InnoDB memory heap is disabled
220623 22:11:37 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220623 22:11:37 InnoDB: Compressed tables use zlib 1.2.3
220623 22:11:37 InnoDB: Initializing buffer pool, size = 44.0M
220623 22:11:37 InnoDB: Completed initialization of buffer pool
220623 22:11:37 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220623 22:11:37  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220623 22:11:37  InnoDB: Waiting for the background threads to start
220623 22:11:38 InnoDB: 5.5.56 started; log sequence number 48038509
220623 22:11:38 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220623 22:11:38 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220623 22:11:38 [Note] Server socket created on IP: '0.0.0.0'.
220623 22:11:38 [Note] Event Scheduler: Loaded 0 events
220623 22:11:38 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220623 22:11:46 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Normal shutdown

220623 22:11:46 [Note] Event Scheduler: Purging the queue. 0 events
220623 22:11:46  InnoDB: Starting shutdown...
220623 22:11:47  InnoDB: Shutdown completed; log sequence number 48038509
220623 22:11:47 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Shutdown complete

220623 22:13:08 [Note] Plugin 'FEDERATED' is disabled.
220623 22:13:08 InnoDB: The InnoDB memory heap is disabled
220623 22:13:08 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220623 22:13:08 InnoDB: Compressed tables use zlib 1.2.3
220623 22:13:08 InnoDB: Initializing buffer pool, size = 44.0M
220623 22:13:08 InnoDB: Completed initialization of buffer pool
220623 22:13:09 InnoDB: highest supported file format is Barracuda.
220623 22:13:14  InnoDB: Waiting for the background threads to start
220623 22:13:15 InnoDB: 5.5.56 started; log sequence number 48038509
220623 22:13:15 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220623 22:13:15 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220623 22:13:15 [Note] Server socket created on IP: '0.0.0.0'.
220623 22:13:16 [Note] Event Scheduler: Loaded 0 events
220623 22:13:16 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220624 12:54:45 [Note] Plugin 'FEDERATED' is disabled.
220624 12:54:45 InnoDB: The InnoDB memory heap is disabled
220624 12:54:45 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220624 12:54:45 InnoDB: Compressed tables use zlib 1.2.3
220624 12:54:45 InnoDB: Initializing buffer pool, size = 44.0M
220624 12:54:45 InnoDB: Completed initialization of buffer pool
220624 12:54:45 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220624 12:54:45  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220624 12:54:47  InnoDB: Waiting for the background threads to start
220624 12:54:48 InnoDB: 5.5.56 started; log sequence number 49610801
220624 12:54:48 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220624 12:54:48 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220624 12:54:48 [Note] Server socket created on IP: '0.0.0.0'.
220624 12:54:48 [Note] Event Scheduler: Loaded 0 events
220624 12:54:48 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220624 12:55:13 [Note] Plugin 'FEDERATED' is disabled.
220624 12:55:13 InnoDB: The InnoDB memory heap is disabled
220624 12:55:13 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220624 12:55:13 InnoDB: Compressed tables use zlib 1.2.3
220624 12:55:13 InnoDB: Initializing buffer pool, size = 44.0M
220624 12:55:13 InnoDB: Completed initialization of buffer pool
220624 12:55:13 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220624 12:55:13  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220624 12:55:15  InnoDB: Waiting for the background threads to start
220624 12:55:16 InnoDB: 5.5.56 started; log sequence number 51811567
220624 12:55:16 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220624 12:55:16 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220624 12:55:16 [Note] Server socket created on IP: '0.0.0.0'.
220624 12:55:16 [Note] Event Scheduler: Loaded 0 events
220624 12:55:16 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220626 20:28:18 [Note] Plugin 'FEDERATED' is disabled.
220626 20:28:18 InnoDB: The InnoDB memory heap is disabled
220626 20:28:18 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220626 20:28:18 InnoDB: Compressed tables use zlib 1.2.3
220626 20:28:18 InnoDB: Initializing buffer pool, size = 44.0M
220626 20:28:18 InnoDB: Completed initialization of buffer pool
220626 20:28:18 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220626 20:28:18  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220626 20:28:20  InnoDB: Waiting for the background threads to start
220626 20:28:21 InnoDB: 5.5.56 started; log sequence number 53996430
220626 20:28:21 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220626 20:28:21 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220626 20:28:21 [Note] Server socket created on IP: '0.0.0.0'.
220626 20:28:21 [Note] Event Scheduler: Loaded 0 events
220626 20:28:21 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220626 20:28:36 [Note] Plugin 'FEDERATED' is disabled.
220626 20:28:36 InnoDB: The InnoDB memory heap is disabled
220626 20:28:36 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220626 20:28:36 InnoDB: Compressed tables use zlib 1.2.3
220626 20:28:36 InnoDB: Initializing buffer pool, size = 44.0M
220626 20:28:36 InnoDB: Completed initialization of buffer pool
220626 20:28:36 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220626 20:28:36  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220626 20:28:37  InnoDB: Waiting for the background threads to start
220626 20:28:38 InnoDB: 5.5.56 started; log sequence number 56614512
220626 20:28:38 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220626 20:28:38 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220626 20:28:38 [Note] Server socket created on IP: '0.0.0.0'.
220626 20:28:38 [Note] Event Scheduler: Loaded 0 events
220626 20:28:38 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220628 23:12:30 [Note] Plugin 'FEDERATED' is disabled.
220628 23:12:30 InnoDB: The InnoDB memory heap is disabled
220628 23:12:30 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220628 23:12:30 InnoDB: Compressed tables use zlib 1.2.3
220628 23:12:30 InnoDB: Initializing buffer pool, size = 44.0M
220628 23:12:30 InnoDB: Completed initialization of buffer pool
220628 23:12:30 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220628 23:12:30  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220628 23:12:32  InnoDB: Waiting for the background threads to start
220628 23:12:33 InnoDB: 5.5.56 started; log sequence number 58996100
220628 23:12:33 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220628 23:12:33 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220628 23:12:33 [Note] Server socket created on IP: '0.0.0.0'.
220628 23:12:33 [Note] Event Scheduler: Loaded 0 events
220628 23:12:33 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220629 22:22:06 [Note] Plugin 'FEDERATED' is disabled.
220629 22:22:06 InnoDB: The InnoDB memory heap is disabled
220629 22:22:06 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220629 22:22:06 InnoDB: Compressed tables use zlib 1.2.3
220629 22:22:06 InnoDB: Initializing buffer pool, size = 44.0M
220629 22:22:06 InnoDB: Completed initialization of buffer pool
220629 22:22:06 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220629 22:22:07  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220629 22:22:07  InnoDB: Waiting for the background threads to start
220629 22:22:08 InnoDB: 5.5.56 started; log sequence number 61172701
220629 22:22:08 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220629 22:22:08 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220629 22:22:08 [Note] Server socket created on IP: '0.0.0.0'.
220629 22:22:08 [Note] Event Scheduler: Loaded 0 events
220629 22:22:08 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220630 23:14:39 [Note] Plugin 'FEDERATED' is disabled.
220630 23:14:39 InnoDB: The InnoDB memory heap is disabled
220630 23:14:39 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220630 23:14:39 InnoDB: Compressed tables use zlib 1.2.3
220630 23:14:39 InnoDB: Initializing buffer pool, size = 44.0M
220630 23:14:39 InnoDB: Completed initialization of buffer pool
220630 23:14:39 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220630 23:14:39  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220630 23:14:40  InnoDB: Waiting for the background threads to start
220630 23:14:41 InnoDB: 5.5.56 started; log sequence number 63748058
220630 23:14:41 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220630 23:14:41 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220630 23:14:41 [Note] Server socket created on IP: '0.0.0.0'.
220630 23:14:41 [Note] Event Scheduler: Loaded 0 events
220630 23:14:41 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220701 23:02:08 [Note] Plugin 'FEDERATED' is disabled.
220701 23:02:08 InnoDB: The InnoDB memory heap is disabled
220701 23:02:08 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220701 23:02:08 InnoDB: Compressed tables use zlib 1.2.3
220701 23:02:08 InnoDB: Initializing buffer pool, size = 44.0M
220701 23:02:08 InnoDB: Completed initialization of buffer pool
220701 23:02:08 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220701 23:02:08  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220701 23:02:09  InnoDB: Waiting for the background threads to start
220701 23:02:10 InnoDB: 5.5.56 started; log sequence number 66536151
220701 23:02:10 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220701 23:02:10 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220701 23:02:10 [Note] Server socket created on IP: '0.0.0.0'.
220701 23:02:10 [Note] Event Scheduler: Loaded 0 events
220701 23:02:10 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220702  9:27:48 [Note] Plugin 'FEDERATED' is disabled.
220702  9:27:48 InnoDB: The InnoDB memory heap is disabled
220702  9:27:48 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220702  9:27:48 InnoDB: Compressed tables use zlib 1.2.3
220702  9:27:48 InnoDB: Initializing buffer pool, size = 44.0M
220702  9:27:48 InnoDB: Completed initialization of buffer pool
220702  9:27:48 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220702  9:27:49  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220702  9:27:49  InnoDB: Waiting for the background threads to start
220702  9:27:50 InnoDB: 5.5.56 started; log sequence number 69294913
220702  9:27:50 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220702  9:27:50 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220702  9:27:50 [Note] Server socket created on IP: '0.0.0.0'.
220702  9:27:50 [Note] Event Scheduler: Loaded 0 events
220702  9:27:50 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220703 16:33:04 [Note] Plugin 'FEDERATED' is disabled.
220703 16:33:04 InnoDB: The InnoDB memory heap is disabled
220703 16:33:04 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220703 16:33:04 InnoDB: Compressed tables use zlib 1.2.3
220703 16:33:04 InnoDB: Initializing buffer pool, size = 44.0M
220703 16:33:04 InnoDB: Completed initialization of buffer pool
220703 16:33:04 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220703 16:33:04  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220703 16:33:05  InnoDB: Waiting for the background threads to start
220703 16:33:06 InnoDB: 5.5.56 started; log sequence number 70030085
220703 16:33:06 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220703 16:33:06 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220703 16:33:06 [Note] Server socket created on IP: '0.0.0.0'.
220703 16:33:06 [Note] Event Scheduler: Loaded 0 events
220703 16:33:06 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220703 16:33:25 [Note] Plugin 'FEDERATED' is disabled.
220703 16:33:25 InnoDB: The InnoDB memory heap is disabled
220703 16:33:25 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220703 16:33:25 InnoDB: Compressed tables use zlib 1.2.3
220703 16:33:25 InnoDB: Initializing buffer pool, size = 44.0M
220703 16:33:25 InnoDB: Completed initialization of buffer pool
220703 16:33:25 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220703 16:33:25  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220703 16:33:26  InnoDB: Waiting for the background threads to start
220703 16:33:27 InnoDB: 5.5.56 started; log sequence number 70289894
220703 16:33:27 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220703 16:33:27 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220703 16:33:27 [Note] Server socket created on IP: '0.0.0.0'.
220703 16:33:27 [Note] Event Scheduler: Loaded 0 events
220703 16:33:27 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220705 22:02:10 [Note] Plugin 'FEDERATED' is disabled.
220705 22:02:10 InnoDB: The InnoDB memory heap is disabled
220705 22:02:10 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220705 22:02:10 InnoDB: Compressed tables use zlib 1.2.3
220705 22:02:10 InnoDB: Initializing buffer pool, size = 44.0M
220705 22:02:10 InnoDB: Completed initialization of buffer pool
220705 22:02:10 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220705 22:02:10  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220705 22:02:10  InnoDB: Waiting for the background threads to start
220705 22:02:11 InnoDB: 5.5.56 started; log sequence number 70300303
220705 22:02:11 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220705 22:02:13 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220705 22:02:13 [Note] Server socket created on IP: '0.0.0.0'.
220705 22:02:13 [Note] Event Scheduler: Loaded 0 events
220705 22:02:13 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220715  8:11:46 [Note] Plugin 'FEDERATED' is disabled.
220715  8:11:46 InnoDB: The InnoDB memory heap is disabled
220715  8:11:46 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220715  8:11:46 InnoDB: Compressed tables use zlib 1.2.3
220715  8:11:46 InnoDB: Initializing buffer pool, size = 44.0M
220715  8:11:46 InnoDB: Completed initialization of buffer pool
220715  8:11:46 InnoDB: highest supported file format is Barracuda.
InnoDB: Log scan progressed past the checkpoint lsn 70369155
220715  8:11:46  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Doing recovery: scanned up to log sequence number 70369399
220715  8:11:47  InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percents: 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 
InnoDB: Apply batch completed
220715  8:11:47  InnoDB: Waiting for the background threads to start
220715  8:11:48 InnoDB: 5.5.56 started; log sequence number 70369399
220715  8:11:48 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220715  8:11:49 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220715  8:11:49 [Note] Server socket created on IP: '0.0.0.0'.
220715  8:11:49 [Note] Event Scheduler: Loaded 0 events
220715  8:11:49 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220715 22:12:55 [Note] Plugin 'FEDERATED' is disabled.
220715 22:12:55 InnoDB: The InnoDB memory heap is disabled
220715 22:12:55 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220715 22:12:55 InnoDB: Compressed tables use zlib 1.2.3
220715 22:12:55 InnoDB: Initializing buffer pool, size = 44.0M
220715 22:12:55 InnoDB: Completed initialization of buffer pool
220715 22:12:55 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220715 22:12:55  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220715 22:12:55  InnoDB: Waiting for the background threads to start
220715 22:12:56 InnoDB: 5.5.56 started; log sequence number 70838715
220715 22:12:56 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220715 22:12:56 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220715 22:12:56 [Note] Server socket created on IP: '0.0.0.0'.
220715 22:12:57 [Note] Event Scheduler: Loaded 0 events
220715 22:12:57 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220716 22:21:10 [Note] Plugin 'FEDERATED' is disabled.
220716 22:21:10 InnoDB: The InnoDB memory heap is disabled
220716 22:21:10 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220716 22:21:10 InnoDB: Compressed tables use zlib 1.2.3
220716 22:21:10 InnoDB: Initializing buffer pool, size = 44.0M
220716 22:21:10 InnoDB: Completed initialization of buffer pool
220716 22:21:10 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220716 22:21:10  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220716 22:21:11  InnoDB: Waiting for the background threads to start
220716 22:21:12 InnoDB: 5.5.56 started; log sequence number 71297797
220716 22:21:12 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220716 22:21:12 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220716 22:21:12 [Note] Server socket created on IP: '0.0.0.0'.
220716 22:21:12 [Note] Event Scheduler: Loaded 0 events
220716 22:21:12 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220716 22:21:16 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Normal shutdown

220716 22:21:16 [Note] Event Scheduler: Purging the queue. 0 events
220716 22:21:16  InnoDB: Starting shutdown...
220716 22:21:16  InnoDB: Shutdown completed; log sequence number 71302853
220716 22:21:16 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Shutdown complete

220716 22:22:34 [Note] Plugin 'FEDERATED' is disabled.
220716 22:22:34 InnoDB: The InnoDB memory heap is disabled
220716 22:22:34 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220716 22:22:34 InnoDB: Compressed tables use zlib 1.2.3
220716 22:22:34 InnoDB: Initializing buffer pool, size = 44.0M
220716 22:22:34 InnoDB: Completed initialization of buffer pool
220716 22:22:34 InnoDB: highest supported file format is Barracuda.
220716 22:22:50  InnoDB: Waiting for the background threads to start
220716 22:22:51 InnoDB: 5.5.56 started; log sequence number 71302853
220716 22:22:51 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220716 22:22:51 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220716 22:22:51 [Note] Server socket created on IP: '0.0.0.0'.
220716 22:22:52 [Note] Event Scheduler: Loaded 0 events
220716 22:22:52 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220717  6:58:08 [Note] Plugin 'FEDERATED' is disabled.
220717  6:58:08 InnoDB: The InnoDB memory heap is disabled
220717  6:58:08 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220717  6:58:08 InnoDB: Compressed tables use zlib 1.2.3
220717  6:58:08 InnoDB: Initializing buffer pool, size = 44.0M
220717  6:58:08 InnoDB: Completed initialization of buffer pool
220717  6:58:08 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220717  6:58:08  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220717  6:58:10  InnoDB: Waiting for the background threads to start
220717  6:58:11 InnoDB: 5.5.56 started; log sequence number 71587924
220717  6:58:11 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220717  6:58:11 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220717  6:58:11 [Note] Server socket created on IP: '0.0.0.0'.
220717  6:58:12 [Note] Event Scheduler: Loaded 0 events
220717  6:58:12 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220718 22:11:19 [Note] Plugin 'FEDERATED' is disabled.
220718 22:11:19 InnoDB: The InnoDB memory heap is disabled
220718 22:11:19 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220718 22:11:19 InnoDB: Compressed tables use zlib 1.2.3
220718 22:11:19 InnoDB: Initializing buffer pool, size = 44.0M
220718 22:11:19 InnoDB: Completed initialization of buffer pool
220718 22:11:19 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220718 22:11:19  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220718 22:11:20  InnoDB: Waiting for the background threads to start
220718 22:11:21 InnoDB: 5.5.56 started; log sequence number 71873079
220718 22:11:21 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220718 22:11:21 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220718 22:11:21 [Note] Server socket created on IP: '0.0.0.0'.
220718 22:11:21 [Note] Event Scheduler: Loaded 0 events
220718 22:11:21 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220719 22:05:51 [Note] Plugin 'FEDERATED' is disabled.
220719 22:05:51 InnoDB: The InnoDB memory heap is disabled
220719 22:05:51 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220719 22:05:51 InnoDB: Compressed tables use zlib 1.2.3
220719 22:05:51 InnoDB: Initializing buffer pool, size = 44.0M
220719 22:05:51 InnoDB: Completed initialization of buffer pool
220719 22:05:51 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220719 22:05:51  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220719 22:05:52  InnoDB: Waiting for the background threads to start
220719 22:05:53 InnoDB: 5.5.56 started; log sequence number 72351818
220719 22:05:53 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220719 22:05:53 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220719 22:05:53 [Note] Server socket created on IP: '0.0.0.0'.
220719 22:05:53 [Note] Event Scheduler: Loaded 0 events
220719 22:05:53 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220720 23:13:22 [Note] Plugin 'FEDERATED' is disabled.
220720 23:13:22 InnoDB: The InnoDB memory heap is disabled
220720 23:13:22 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220720 23:13:22 InnoDB: Compressed tables use zlib 1.2.3
220720 23:13:22 InnoDB: Initializing buffer pool, size = 44.0M
220720 23:13:22 InnoDB: Completed initialization of buffer pool
220720 23:13:22 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220720 23:13:22  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220720 23:13:25  InnoDB: Waiting for the background threads to start
220720 23:13:26 InnoDB: 5.5.56 started; log sequence number 73315588
220720 23:13:26 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220720 23:13:26 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220720 23:13:26 [Note] Server socket created on IP: '0.0.0.0'.
220720 23:13:26 [Note] Event Scheduler: Loaded 0 events
220720 23:13:26 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220721  0:19:02 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Normal shutdown

220721  0:19:03 [Note] Event Scheduler: Purging the queue. 0 events
220721  0:19:03  InnoDB: Starting shutdown...
220721  0:19:05  InnoDB: Shutdown completed; log sequence number 73422835
220721  0:19:05 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Shutdown complete

220721  0:19:49 [Note] Plugin 'FEDERATED' is disabled.
220721  0:19:49 InnoDB: The InnoDB memory heap is disabled
220721  0:19:49 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220721  0:19:49 InnoDB: Compressed tables use zlib 1.2.3
220721  0:19:49 InnoDB: Initializing buffer pool, size = 44.0M
220721  0:19:49 InnoDB: Completed initialization of buffer pool
220721  0:19:49 InnoDB: highest supported file format is Barracuda.
220721  0:19:50  InnoDB: Waiting for the background threads to start
220721  0:19:51 InnoDB: 5.5.56 started; log sequence number 73422835
220721  0:19:51 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220721  0:19:51 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220721  0:19:51 [Note] Server socket created on IP: '0.0.0.0'.
220721  0:19:51 [Note] Event Scheduler: Loaded 0 events
220721  0:19:51 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220721 13:30:12 [Note] Plugin 'FEDERATED' is disabled.
220721 13:30:12 InnoDB: The InnoDB memory heap is disabled
220721 13:30:12 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220721 13:30:12 InnoDB: Compressed tables use zlib 1.2.3
220721 13:30:13 InnoDB: Initializing buffer pool, size = 44.0M
220721 13:30:13 InnoDB: Completed initialization of buffer pool
220721 13:30:13 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220721 13:30:13  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220721 13:30:14  InnoDB: Waiting for the background threads to start
220721 13:30:15 InnoDB: 5.5.56 started; log sequence number 74897533
220721 13:30:15 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220721 13:30:15 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220721 13:30:15 [Note] Server socket created on IP: '0.0.0.0'.
220721 13:30:15 [Note] Event Scheduler: Loaded 0 events
220721 13:30:15 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220722  9:17:54 [Note] Plugin 'FEDERATED' is disabled.
220722  9:17:54 InnoDB: The InnoDB memory heap is disabled
220722  9:17:54 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220722  9:17:54 InnoDB: Compressed tables use zlib 1.2.3
220722  9:17:54 InnoDB: Initializing buffer pool, size = 44.0M
220722  9:17:54 InnoDB: Completed initialization of buffer pool
220722  9:17:54 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220722  9:17:54  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220722  9:17:57  InnoDB: Waiting for the background threads to start
220722  9:17:58 InnoDB: 5.5.56 started; log sequence number 76833875
220722  9:17:58 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220722  9:17:58 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220722  9:17:58 [Note] Server socket created on IP: '0.0.0.0'.
220722  9:17:58 [Note] Event Scheduler: Loaded 0 events
220722  9:17:58 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220723 22:27:55 [Note] Plugin 'FEDERATED' is disabled.
220723 22:27:55 InnoDB: The InnoDB memory heap is disabled
220723 22:27:55 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220723 22:27:55 InnoDB: Compressed tables use zlib 1.2.3
220723 22:27:55 InnoDB: Initializing buffer pool, size = 44.0M
220723 22:27:55 InnoDB: Completed initialization of buffer pool
220723 22:27:55 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220723 22:27:55  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220723 22:27:56  InnoDB: Waiting for the background threads to start
220723 22:27:57 InnoDB: 5.5.56 started; log sequence number 78866963
220723 22:27:57 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220723 22:27:57 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220723 22:27:57 [Note] Server socket created on IP: '0.0.0.0'.
220723 22:27:57 [Note] Event Scheduler: Loaded 0 events
220723 22:27:57 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220724 11:35:32 [Note] Plugin 'FEDERATED' is disabled.
220724 11:35:32 InnoDB: The InnoDB memory heap is disabled
220724 11:35:32 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220724 11:35:32 InnoDB: Compressed tables use zlib 1.2.3
220724 11:35:32 InnoDB: Initializing buffer pool, size = 44.0M
220724 11:35:32 InnoDB: Completed initialization of buffer pool
220724 11:35:32 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220724 11:35:32  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220724 11:35:35  InnoDB: Waiting for the background threads to start
220724 11:35:36 InnoDB: 5.5.56 started; log sequence number 79439205
220724 11:35:36 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220724 11:35:36 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220724 11:35:36 [Note] Server socket created on IP: '0.0.0.0'.
220724 11:35:36 [Note] Event Scheduler: Loaded 0 events
220724 11:35:36 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220724 11:35:52 [Note] Plugin 'FEDERATED' is disabled.
220724 11:35:52 InnoDB: The InnoDB memory heap is disabled
220724 11:35:52 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220724 11:35:52 InnoDB: Compressed tables use zlib 1.2.3
220724 11:35:52 InnoDB: Initializing buffer pool, size = 44.0M
220724 11:35:52 InnoDB: Completed initialization of buffer pool
220724 11:35:52 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220724 11:35:53  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220724 11:35:54  InnoDB: Waiting for the background threads to start
220724 11:35:55 InnoDB: 5.5.56 started; log sequence number 80218756
220724 11:35:55 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220724 11:35:55 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220724 11:35:55 [Note] Server socket created on IP: '0.0.0.0'.
220724 11:35:55 [Note] Event Scheduler: Loaded 0 events
220724 11:35:55 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220725 20:02:22 [Note] Plugin 'FEDERATED' is disabled.
220725 20:02:22 InnoDB: The InnoDB memory heap is disabled
220725 20:02:22 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220725 20:02:22 InnoDB: Compressed tables use zlib 1.2.3
220725 20:02:22 InnoDB: Initializing buffer pool, size = 44.0M
220725 20:02:22 InnoDB: Completed initialization of buffer pool
220725 20:02:22 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220725 20:02:22  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220725 20:02:23  InnoDB: Waiting for the background threads to start
220725 20:02:24 InnoDB: 5.5.56 started; log sequence number 82005257
220725 20:02:24 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220725 20:02:24 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220725 20:02:24 [Note] Server socket created on IP: '0.0.0.0'.
220725 20:02:25 [Note] Event Scheduler: Loaded 0 events
220725 20:02:25 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220726 18:35:46 [Note] Plugin 'FEDERATED' is disabled.
220726 18:35:46 InnoDB: The InnoDB memory heap is disabled
220726 18:35:46 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220726 18:35:46 InnoDB: Compressed tables use zlib 1.2.3
220726 18:35:46 InnoDB: Initializing buffer pool, size = 44.0M
220726 18:35:46 InnoDB: Completed initialization of buffer pool
220726 18:35:46 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220726 18:35:46  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220726 18:35:47  InnoDB: Waiting for the background threads to start
220726 18:35:48 InnoDB: 5.5.56 started; log sequence number 83338446
220726 18:35:48 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220726 18:35:48 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220726 18:35:48 [Note] Server socket created on IP: '0.0.0.0'.
220726 18:35:48 [Note] Event Scheduler: Loaded 0 events
220726 18:35:48 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220726 22:15:15 [Note] Plugin 'FEDERATED' is disabled.
220726 22:15:15 InnoDB: The InnoDB memory heap is disabled
220726 22:15:15 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220726 22:15:15 InnoDB: Compressed tables use zlib 1.2.3
220726 22:15:15 InnoDB: Initializing buffer pool, size = 44.0M
220726 22:15:15 InnoDB: Completed initialization of buffer pool
220726 22:15:15 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220726 22:15:15  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220726 22:15:16  InnoDB: Waiting for the background threads to start
220726 22:15:17 InnoDB: 5.5.56 started; log sequence number 84131406
220726 22:15:17 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220726 22:15:17 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220726 22:15:17 [Note] Server socket created on IP: '0.0.0.0'.
220726 22:15:17 [Note] Event Scheduler: Loaded 0 events
220726 22:15:17 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220728 22:58:14 [Note] Plugin 'FEDERATED' is disabled.
220728 22:58:14 InnoDB: The InnoDB memory heap is disabled
220728 22:58:14 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220728 22:58:14 InnoDB: Compressed tables use zlib 1.2.3
220728 22:58:14 InnoDB: Initializing buffer pool, size = 44.0M
220728 22:58:14 InnoDB: Completed initialization of buffer pool
220728 22:58:14 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220728 22:58:14  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220728 22:58:16  InnoDB: Waiting for the background threads to start
220728 22:58:17 InnoDB: 5.5.56 started; log sequence number 93545532
220728 22:58:17 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220728 22:58:17 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220728 22:58:17 [Note] Server socket created on IP: '0.0.0.0'.
220728 22:58:17 [Note] Event Scheduler: Loaded 0 events
220728 22:58:17 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220729 22:28:32 [Note] Plugin 'FEDERATED' is disabled.
220729 22:28:32 InnoDB: The InnoDB memory heap is disabled
220729 22:28:32 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220729 22:28:32 InnoDB: Compressed tables use zlib 1.2.3
220729 22:28:32 InnoDB: Initializing buffer pool, size = 44.0M
220729 22:28:32 InnoDB: Completed initialization of buffer pool
220729 22:28:32 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220729 22:28:32  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220729 22:28:33  InnoDB: Waiting for the background threads to start
220729 22:28:34 InnoDB: 5.5.56 started; log sequence number 95643284
220729 22:28:34 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220729 22:28:34 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220729 22:28:34 [Note] Server socket created on IP: '0.0.0.0'.
220729 22:28:34 [Note] Event Scheduler: Loaded 0 events
220729 22:28:34 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220730 16:34:09 [Note] Plugin 'FEDERATED' is disabled.
220730 16:34:09 InnoDB: The InnoDB memory heap is disabled
220730 16:34:09 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220730 16:34:09 InnoDB: Compressed tables use zlib 1.2.3
220730 16:34:10 InnoDB: Initializing buffer pool, size = 44.0M
220730 16:34:10 InnoDB: Completed initialization of buffer pool
220730 16:34:10 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220730 16:34:10  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220730 16:34:11  InnoDB: Waiting for the background threads to start
220730 16:34:12 InnoDB: 5.5.56 started; log sequence number 95865756
220730 16:34:12 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220730 16:34:12 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220730 16:34:12 [Note] Server socket created on IP: '0.0.0.0'.
220730 16:34:12 [Note] Event Scheduler: Loaded 0 events
220730 16:34:12 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220801 22:41:56 [Note] Plugin 'FEDERATED' is disabled.
220801 22:41:56 InnoDB: The InnoDB memory heap is disabled
220801 22:41:56 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220801 22:41:56 InnoDB: Compressed tables use zlib 1.2.3
220801 22:41:56 InnoDB: Initializing buffer pool, size = 44.0M
220801 22:41:56 InnoDB: Completed initialization of buffer pool
220801 22:41:57 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220801 22:41:57  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220801 22:41:57  InnoDB: Waiting for the background threads to start
220801 22:41:58 InnoDB: 5.5.56 started; log sequence number 97457227
220801 22:41:58 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220801 22:41:58 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220801 22:41:58 [Note] Server socket created on IP: '0.0.0.0'.
220801 22:41:58 [Note] Event Scheduler: Loaded 0 events
220801 22:41:58 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220802  7:48:21 [Note] Plugin 'FEDERATED' is disabled.
220802  7:48:21 InnoDB: The InnoDB memory heap is disabled
220802  7:48:21 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220802  7:48:21 InnoDB: Compressed tables use zlib 1.2.3
220802  7:48:21 InnoDB: Initializing buffer pool, size = 44.0M
220802  7:48:21 InnoDB: Completed initialization of buffer pool
220802  7:48:21 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220802  7:48:21  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220802  7:48:22  InnoDB: Waiting for the background threads to start
220802  7:48:23 InnoDB: 5.5.56 started; log sequence number 97457227
220802  7:48:23 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220802  7:48:23 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220802  7:48:23 [Note] Server socket created on IP: '0.0.0.0'.
220802  7:48:23 [Note] Event Scheduler: Loaded 0 events
220802  7:48:23 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220802 21:55:30 [Note] Plugin 'FEDERATED' is disabled.
220802 21:55:30 InnoDB: The InnoDB memory heap is disabled
220802 21:55:30 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220802 21:55:30 InnoDB: Compressed tables use zlib 1.2.3
220802 21:55:30 InnoDB: Initializing buffer pool, size = 44.0M
220802 21:55:30 InnoDB: Completed initialization of buffer pool
220802 21:55:30 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220802 21:55:30  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220802 21:55:31  InnoDB: Waiting for the background threads to start
220802 21:55:32 InnoDB: 5.5.56 started; log sequence number 98951204
220802 21:55:32 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220802 21:55:32 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220802 21:55:32 [Note] Server socket created on IP: '0.0.0.0'.
220802 21:55:32 [Note] Event Scheduler: Loaded 0 events
220802 21:55:32 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220803 20:07:09 [Note] Plugin 'FEDERATED' is disabled.
220803 20:07:09 InnoDB: The InnoDB memory heap is disabled
220803 20:07:09 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220803 20:07:09 InnoDB: Compressed tables use zlib 1.2.3
220803 20:07:09 InnoDB: Initializing buffer pool, size = 44.0M
220803 20:07:09 InnoDB: Completed initialization of buffer pool
220803 20:07:09 InnoDB: highest supported file format is Barracuda.
InnoDB: Log scan progressed past the checkpoint lsn 100029322
220803 20:07:09  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Doing recovery: scanned up to log sequence number 100029700
220803 20:07:10  InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percents: 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 
InnoDB: Apply batch completed
220803 20:07:11  InnoDB: Waiting for the background threads to start
220803 20:07:12 InnoDB: 5.5.56 started; log sequence number 100029700
220803 20:07:12 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220803 20:07:12 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220803 20:07:12 [Note] Server socket created on IP: '0.0.0.0'.
220803 20:07:12 [Note] Event Scheduler: Loaded 0 events
220803 20:07:12 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220804 20:17:06 [Note] Plugin 'FEDERATED' is disabled.
220804 20:17:06 InnoDB: The InnoDB memory heap is disabled
220804 20:17:06 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220804 20:17:06 InnoDB: Compressed tables use zlib 1.2.3
220804 20:17:06 InnoDB: Initializing buffer pool, size = 44.0M
220804 20:17:06 InnoDB: Completed initialization of buffer pool
220804 20:17:06 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220804 20:17:06  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220804 20:17:07  InnoDB: Waiting for the background threads to start
220804 20:17:08 InnoDB: 5.5.56 started; log sequence number 100135050
220804 20:17:08 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220804 20:17:08 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220804 20:17:08 [Note] Server socket created on IP: '0.0.0.0'.
220804 20:17:08 [Note] Event Scheduler: Loaded 0 events
220804 20:17:08 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220805 21:29:42 [Note] Plugin 'FEDERATED' is disabled.
220805 21:29:42 InnoDB: The InnoDB memory heap is disabled
220805 21:29:42 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220805 21:29:42 InnoDB: Compressed tables use zlib 1.2.3
220805 21:29:42 InnoDB: Initializing buffer pool, size = 44.0M
220805 21:29:42 InnoDB: Completed initialization of buffer pool
220805 21:29:42 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220805 21:29:43  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220805 21:29:43  InnoDB: Waiting for the background threads to start
220805 21:29:44 InnoDB: 5.5.56 started; log sequence number 100299566
220805 21:29:44 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220805 21:29:44 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220805 21:29:44 [Note] Server socket created on IP: '0.0.0.0'.
220805 21:29:44 [Note] Event Scheduler: Loaded 0 events
220805 21:29:44 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220806  9:47:57 [Note] Plugin 'FEDERATED' is disabled.
220806  9:47:57 InnoDB: The InnoDB memory heap is disabled
220806  9:47:57 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220806  9:47:57 InnoDB: Compressed tables use zlib 1.2.3
220806  9:47:57 InnoDB: Initializing buffer pool, size = 44.0M
220806  9:47:57 InnoDB: Completed initialization of buffer pool
220806  9:47:57 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220806  9:47:57  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220806  9:47:58  InnoDB: Waiting for the background threads to start
220806  9:47:59 InnoDB: 5.5.56 started; log sequence number 100299566
220806  9:47:59 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220806  9:47:59 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220806  9:47:59 [Note] Server socket created on IP: '0.0.0.0'.
220806  9:47:59 [Note] Event Scheduler: Loaded 0 events
220806  9:47:59 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220807 16:10:06 [Note] Plugin 'FEDERATED' is disabled.
220807 16:10:06 InnoDB: The InnoDB memory heap is disabled
220807 16:10:06 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220807 16:10:06 InnoDB: Compressed tables use zlib 1.2.3
220807 16:10:06 InnoDB: Initializing buffer pool, size = 44.0M
220807 16:10:06 InnoDB: Completed initialization of buffer pool
220807 16:10:06 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220807 16:10:06  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220807 16:10:07  InnoDB: Waiting for the background threads to start
220807 16:10:08 InnoDB: 5.5.56 started; log sequence number 100328480
220807 16:10:08 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220807 16:10:08 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220807 16:10:08 [Note] Server socket created on IP: '0.0.0.0'.
220807 16:10:08 [Note] Event Scheduler: Loaded 0 events
220807 16:10:08 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220808 22:16:22 [Note] Plugin 'FEDERATED' is disabled.
220808 22:16:22 InnoDB: The InnoDB memory heap is disabled
220808 22:16:22 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220808 22:16:22 InnoDB: Compressed tables use zlib 1.2.3
220808 22:16:22 InnoDB: Initializing buffer pool, size = 44.0M
220808 22:16:22 InnoDB: Completed initialization of buffer pool
220808 22:16:22 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220808 22:16:22  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220808 22:16:22  InnoDB: Waiting for the background threads to start
220808 22:16:23 InnoDB: 5.5.56 started; log sequence number 100448854
220808 22:16:23 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220808 22:16:23 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220808 22:16:23 [Note] Server socket created on IP: '0.0.0.0'.
220808 22:16:23 [Note] Event Scheduler: Loaded 0 events
220808 22:16:23 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220809 16:34:02 [Note] Plugin 'FEDERATED' is disabled.
220809 16:34:02 InnoDB: The InnoDB memory heap is disabled
220809 16:34:02 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220809 16:34:02 InnoDB: Compressed tables use zlib 1.2.3
220809 16:34:02 InnoDB: Initializing buffer pool, size = 44.0M
220809 16:34:02 InnoDB: Completed initialization of buffer pool
220809 16:34:02 InnoDB: highest supported file format is Barracuda.
InnoDB: Log scan progressed past the checkpoint lsn 101075246
220809 16:34:02  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Doing recovery: scanned up to log sequence number 101075791
220809 16:34:02  InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percents: 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 
InnoDB: Apply batch completed
220809 16:34:03  InnoDB: Waiting for the background threads to start
220809 16:34:04 InnoDB: 5.5.56 started; log sequence number 101075791
220809 16:34:04 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220809 16:34:04 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220809 16:34:04 [Note] Server socket created on IP: '0.0.0.0'.
220809 16:34:04 [Note] Event Scheduler: Loaded 0 events
220809 16:34:04 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220809 20:56:09 [Note] Plugin 'FEDERATED' is disabled.
220809 20:56:09 InnoDB: The InnoDB memory heap is disabled
220809 20:56:09 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220809 20:56:09 InnoDB: Compressed tables use zlib 1.2.3
220809 20:56:09 InnoDB: Initializing buffer pool, size = 44.0M
220809 20:56:09 InnoDB: Completed initialization of buffer pool
220809 20:56:09 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220809 20:56:09  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220809 20:56:10  InnoDB: Waiting for the background threads to start
220809 20:56:11 InnoDB: 5.5.56 started; log sequence number 101515352
220809 20:56:11 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220809 20:56:11 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220809 20:56:11 [Note] Server socket created on IP: '0.0.0.0'.
220809 20:56:11 [Note] Event Scheduler: Loaded 0 events
220809 20:56:11 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220809 22:28:07 [Note] Plugin 'FEDERATED' is disabled.
220809 22:28:07 InnoDB: The InnoDB memory heap is disabled
220809 22:28:07 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220809 22:28:07 InnoDB: Compressed tables use zlib 1.2.3
220809 22:28:07 InnoDB: Initializing buffer pool, size = 44.0M
220809 22:28:07 InnoDB: Completed initialization of buffer pool
220809 22:28:07 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220809 22:28:07  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220809 22:28:08  InnoDB: Waiting for the background threads to start
220809 22:28:09 InnoDB: 5.5.56 started; log sequence number 101602191
220809 22:28:09 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220809 22:28:09 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220809 22:28:09 [Note] Server socket created on IP: '0.0.0.0'.
220809 22:28:09 [Note] Event Scheduler: Loaded 0 events
220809 22:28:09 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220810 10:56:13 [Note] Plugin 'FEDERATED' is disabled.
220810 10:56:13 InnoDB: The InnoDB memory heap is disabled
220810 10:56:13 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220810 10:56:13 InnoDB: Compressed tables use zlib 1.2.3
220810 10:56:13 InnoDB: Initializing buffer pool, size = 44.0M
220810 10:56:13 InnoDB: Completed initialization of buffer pool
220810 10:56:13 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220810 10:56:13  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220810 10:56:14  InnoDB: Waiting for the background threads to start
220810 10:56:15 InnoDB: 5.5.56 started; log sequence number 102022027
220810 10:56:15 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220810 10:56:15 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220810 10:56:15 [Note] Server socket created on IP: '0.0.0.0'.
220810 10:56:15 [Note] Event Scheduler: Loaded 0 events
220810 10:56:15 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220810 22:26:51 [Note] Plugin 'FEDERATED' is disabled.
220810 22:26:51 InnoDB: The InnoDB memory heap is disabled
220810 22:26:51 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220810 22:26:51 InnoDB: Compressed tables use zlib 1.2.3
220810 22:26:51 InnoDB: Initializing buffer pool, size = 44.0M
220810 22:26:51 InnoDB: Completed initialization of buffer pool
220810 22:26:51 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220810 22:26:51  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220810 22:26:52  InnoDB: Waiting for the background threads to start
220810 22:26:53 InnoDB: 5.5.56 started; log sequence number 103127382
220810 22:26:53 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220810 22:26:53 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220810 22:26:53 [Note] Server socket created on IP: '0.0.0.0'.
220810 22:26:53 [Note] Event Scheduler: Loaded 0 events
220810 22:26:53 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220810 22:26:59 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Normal shutdown

220810 22:26:59 [Note] Event Scheduler: Purging the queue. 0 events
220810 22:26:59  InnoDB: Starting shutdown...
220810 22:27:00  InnoDB: Shutdown completed; log sequence number 103132101
220810 22:27:00 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Shutdown complete

220810 22:28:13 [Note] Plugin 'FEDERATED' is disabled.
220810 22:28:13 InnoDB: The InnoDB memory heap is disabled
220810 22:28:13 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220810 22:28:13 InnoDB: Compressed tables use zlib 1.2.3
220810 22:28:13 InnoDB: Initializing buffer pool, size = 44.0M
220810 22:28:13 InnoDB: Completed initialization of buffer pool
220810 22:28:13 InnoDB: highest supported file format is Barracuda.
220810 22:28:29  InnoDB: Waiting for the background threads to start
220810 22:28:30 InnoDB: 5.5.56 started; log sequence number 103132101
220810 22:28:30 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220810 22:28:30 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220810 22:28:30 [Note] Server socket created on IP: '0.0.0.0'.
220810 22:28:30 [Note] Event Scheduler: Loaded 0 events
220810 22:28:30 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220810 23:26:25 [Note] Plugin 'FEDERATED' is disabled.
220810 23:26:25 InnoDB: The InnoDB memory heap is disabled
220810 23:26:25 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220810 23:26:25 InnoDB: Compressed tables use zlib 1.2.3
220810 23:26:26 InnoDB: Initializing buffer pool, size = 44.0M
220810 23:26:26 InnoDB: Completed initialization of buffer pool
220810 23:26:26 InnoDB: highest supported file format is Barracuda.
InnoDB: Log scan progressed past the checkpoint lsn 103273168
220810 23:26:26  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Doing recovery: scanned up to log sequence number 103273711
220810 23:26:32  InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percents: 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 
InnoDB: Apply batch completed
220810 23:26:33  InnoDB: Waiting for the background threads to start
220810 23:26:34 InnoDB: 5.5.56 started; log sequence number 103273711
220810 23:26:34 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220810 23:26:34 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220810 23:26:34 [Note] Server socket created on IP: '0.0.0.0'.
220810 23:26:34 [Note] Event Scheduler: Loaded 0 events
220810 23:26:34 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220811 12:08:20 [Note] Plugin 'FEDERATED' is disabled.
220811 12:08:20 InnoDB: The InnoDB memory heap is disabled
220811 12:08:20 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220811 12:08:20 InnoDB: Compressed tables use zlib 1.2.3
220811 12:08:20 InnoDB: Initializing buffer pool, size = 44.0M
220811 12:08:20 InnoDB: Completed initialization of buffer pool
220811 12:08:20 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220811 12:08:20  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220811 12:08:21  InnoDB: Waiting for the background threads to start
220811 12:08:22 InnoDB: 5.5.56 started; log sequence number 104292842
220811 12:08:22 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220811 12:08:22 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220811 12:08:22 [Note] Server socket created on IP: '0.0.0.0'.
220811 12:08:22 [Note] Event Scheduler: Loaded 0 events
220811 12:08:22 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220812 21:07:04 [Note] Plugin 'FEDERATED' is disabled.
220812 21:07:04 InnoDB: The InnoDB memory heap is disabled
220812 21:07:04 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220812 21:07:04 InnoDB: Compressed tables use zlib 1.2.3
220812 21:07:05 InnoDB: Initializing buffer pool, size = 44.0M
220812 21:07:05 InnoDB: Completed initialization of buffer pool
220812 21:07:05 InnoDB: highest supported file format is Barracuda.
InnoDB: Log scan progressed past the checkpoint lsn 104652837
220812 21:07:05  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Doing recovery: scanned up to log sequence number 104653382
220812 21:07:06  InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percents: 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 
InnoDB: Apply batch completed
220812 21:07:07  InnoDB: Waiting for the background threads to start
220812 21:07:08 InnoDB: 5.5.56 started; log sequence number 104653382
220812 21:07:08 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220812 21:07:08 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220812 21:07:08 [Note] Server socket created on IP: '0.0.0.0'.
220812 21:07:08 [Note] Event Scheduler: Loaded 0 events
220812 21:07:08 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220812 22:08:32 [Note] Plugin 'FEDERATED' is disabled.
220812 22:08:32 InnoDB: The InnoDB memory heap is disabled
220812 22:08:32 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220812 22:08:32 InnoDB: Compressed tables use zlib 1.2.3
220812 22:08:32 InnoDB: Initializing buffer pool, size = 44.0M
220812 22:08:32 InnoDB: Completed initialization of buffer pool
220812 22:08:32 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220812 22:08:32  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220812 22:08:33  InnoDB: Waiting for the background threads to start
220812 22:08:34 InnoDB: 5.5.56 started; log sequence number 104838484
220812 22:08:34 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220812 22:08:34 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220812 22:08:34 [Note] Server socket created on IP: '0.0.0.0'.
220812 22:08:34 [Note] Event Scheduler: Loaded 0 events
220812 22:08:34 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220815 20:02:53 [Note] Plugin 'FEDERATED' is disabled.
220815 20:02:53 InnoDB: The InnoDB memory heap is disabled
220815 20:02:53 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220815 20:02:53 InnoDB: Compressed tables use zlib 1.2.3
220815 20:02:53 InnoDB: Initializing buffer pool, size = 44.0M
220815 20:02:53 InnoDB: Completed initialization of buffer pool
220815 20:02:53 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220815 20:02:53  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220815 20:02:56  InnoDB: Waiting for the background threads to start
220815 20:02:57 InnoDB: 5.5.56 started; log sequence number 108287076
220815 20:02:57 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220815 20:02:57 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220815 20:02:57 [Note] Server socket created on IP: '0.0.0.0'.
220815 20:02:57 [Note] Event Scheduler: Loaded 0 events
220815 20:02:57 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220816 14:21:39 [Note] Plugin 'FEDERATED' is disabled.
220816 14:21:39 InnoDB: The InnoDB memory heap is disabled
220816 14:21:39 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220816 14:21:39 InnoDB: Compressed tables use zlib 1.2.3
220816 14:21:39 InnoDB: Initializing buffer pool, size = 44.0M
220816 14:21:39 InnoDB: Completed initialization of buffer pool
220816 14:21:39 InnoDB: highest supported file format is Barracuda.
InnoDB: Log scan progressed past the checkpoint lsn 109200297
220816 14:21:39  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Doing recovery: scanned up to log sequence number 109200675
220816 14:21:41  InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percents: 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 
InnoDB: Apply batch completed
220816 14:21:41  InnoDB: Waiting for the background threads to start
220816 14:21:42 InnoDB: 5.5.56 started; log sequence number 109200675
220816 14:21:42 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220816 14:21:42 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220816 14:21:42 [Note] Server socket created on IP: '0.0.0.0'.
220816 14:21:42 [Note] Event Scheduler: Loaded 0 events
220816 14:21:42 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220816 22:31:10 [Note] Plugin 'FEDERATED' is disabled.
220816 22:31:10 InnoDB: The InnoDB memory heap is disabled
220816 22:31:10 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220816 22:31:10 InnoDB: Compressed tables use zlib 1.2.3
220816 22:31:10 InnoDB: Initializing buffer pool, size = 44.0M
220816 22:31:10 InnoDB: Completed initialization of buffer pool
220816 22:31:10 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220816 22:31:10  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220816 22:31:11  InnoDB: Waiting for the background threads to start
220816 22:31:12 InnoDB: 5.5.56 started; log sequence number 110037132
220816 22:31:12 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220816 22:31:12 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220816 22:31:12 [Note] Server socket created on IP: '0.0.0.0'.
220816 22:31:13 [Note] Event Scheduler: Loaded 0 events
220816 22:31:13 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220817 19:12:13 [Note] Plugin 'FEDERATED' is disabled.
220817 19:12:13 InnoDB: The InnoDB memory heap is disabled
220817 19:12:13 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220817 19:12:13 InnoDB: Compressed tables use zlib 1.2.3
220817 19:12:13 InnoDB: Initializing buffer pool, size = 44.0M
220817 19:12:13 InnoDB: Completed initialization of buffer pool
220817 19:12:13 InnoDB: highest supported file format is Barracuda.
InnoDB: Log scan progressed past the checkpoint lsn 111077999
220817 19:12:13  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Doing recovery: scanned up to log sequence number 111078358
220817 19:12:15  InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percents: 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 
InnoDB: Apply batch completed
220817 19:12:16  InnoDB: Waiting for the background threads to start
220817 19:12:17 InnoDB: 5.5.56 started; log sequence number 111078358
220817 19:12:17 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220817 19:12:17 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220817 19:12:17 [Note] Server socket created on IP: '0.0.0.0'.
220817 19:12:17 [Note] Event Scheduler: Loaded 0 events
220817 19:12:17 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220817 22:29:45 [Note] Plugin 'FEDERATED' is disabled.
220817 22:29:45 InnoDB: The InnoDB memory heap is disabled
220817 22:29:45 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220817 22:29:45 InnoDB: Compressed tables use zlib 1.2.3
220817 22:29:45 InnoDB: Initializing buffer pool, size = 44.0M
220817 22:29:45 InnoDB: Completed initialization of buffer pool
220817 22:29:45 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220817 22:29:45  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220817 22:29:46  InnoDB: Waiting for the background threads to start
220817 22:29:47 InnoDB: 5.5.56 started; log sequence number 111585336
220817 22:29:47 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220817 22:29:47 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220817 22:29:47 [Note] Server socket created on IP: '0.0.0.0'.
220817 22:29:47 [Note] Event Scheduler: Loaded 0 events
220817 22:29:47 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220818 19:16:23 [Note] Plugin 'FEDERATED' is disabled.
220818 19:16:23 InnoDB: The InnoDB memory heap is disabled
220818 19:16:23 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220818 19:16:23 InnoDB: Compressed tables use zlib 1.2.3
220818 19:16:23 InnoDB: Initializing buffer pool, size = 44.0M
220818 19:16:23 InnoDB: Completed initialization of buffer pool
220818 19:16:23 InnoDB: highest supported file format is Barracuda.
InnoDB: Log scan progressed past the checkpoint lsn 112960836
220818 19:16:23  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Doing recovery: scanned up to log sequence number 112961003
220818 19:16:31  InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percents: 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 
InnoDB: Apply batch completed
220818 19:16:31  InnoDB: Waiting for the background threads to start
220818 19:16:32 InnoDB: 5.5.56 started; log sequence number 112961003
220818 19:16:32 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220818 19:16:32 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220818 19:16:32 [Note] Server socket created on IP: '0.0.0.0'.
220818 19:16:32 [Note] Event Scheduler: Loaded 0 events
220818 19:16:32 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220818 20:00:10 [Note] Plugin 'FEDERATED' is disabled.
220818 20:00:10 InnoDB: The InnoDB memory heap is disabled
220818 20:00:10 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220818 20:00:10 InnoDB: Compressed tables use zlib 1.2.3
220818 20:00:10 InnoDB: Initializing buffer pool, size = 44.0M
220818 20:00:10 InnoDB: Completed initialization of buffer pool
220818 20:00:10 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220818 20:00:10  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220818 20:00:11  InnoDB: Waiting for the background threads to start
220818 20:00:12 InnoDB: 5.5.56 started; log sequence number 113070878
220818 20:00:12 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220818 20:00:12 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220818 20:00:12 [Note] Server socket created on IP: '0.0.0.0'.
220818 20:00:12 [Note] Event Scheduler: Loaded 0 events
220818 20:00:12 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220818 20:00:32 [Note] Plugin 'FEDERATED' is disabled.
220818 20:00:33 InnoDB: The InnoDB memory heap is disabled
220818 20:00:33 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220818 20:00:33 InnoDB: Compressed tables use zlib 1.2.3
220818 20:00:33 InnoDB: Initializing buffer pool, size = 44.0M
220818 20:00:33 InnoDB: Completed initialization of buffer pool
220818 20:00:33 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220818 20:00:33  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220818 20:00:33  InnoDB: Waiting for the background threads to start
220818 20:00:34 InnoDB: 5.5.56 started; log sequence number 113413259
220818 20:00:34 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220818 20:00:34 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220818 20:00:34 [Note] Server socket created on IP: '0.0.0.0'.
220818 20:00:34 [Note] Event Scheduler: Loaded 0 events
220818 20:00:34 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220819 22:22:27 [Note] Plugin 'FEDERATED' is disabled.
220819 22:22:27 InnoDB: The InnoDB memory heap is disabled
220819 22:22:27 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220819 22:22:27 InnoDB: Compressed tables use zlib 1.2.3
220819 22:22:27 InnoDB: Initializing buffer pool, size = 44.0M
220819 22:22:27 InnoDB: Completed initialization of buffer pool
220819 22:22:27 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220819 22:22:27  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220819 22:22:29  InnoDB: Waiting for the background threads to start
220819 22:22:30 InnoDB: 5.5.56 started; log sequence number 115870164
220819 22:22:30 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220819 22:22:30 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220819 22:22:30 [Note] Server socket created on IP: '0.0.0.0'.
220819 22:22:30 [Note] Event Scheduler: Loaded 0 events
220819 22:22:30 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220820  9:52:07 [Note] Plugin 'FEDERATED' is disabled.
220820  9:52:07 InnoDB: The InnoDB memory heap is disabled
220820  9:52:07 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220820  9:52:07 InnoDB: Compressed tables use zlib 1.2.3
220820  9:52:07 InnoDB: Initializing buffer pool, size = 44.0M
220820  9:52:07 InnoDB: Completed initialization of buffer pool
220820  9:52:07 InnoDB: highest supported file format is Barracuda.
InnoDB: Log scan progressed past the checkpoint lsn 116311703
220820  9:52:07  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Doing recovery: scanned up to log sequence number 116312081
220820  9:52:09  InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percents: 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 
InnoDB: Apply batch completed
220820  9:52:10  InnoDB: Waiting for the background threads to start
220820  9:52:11 InnoDB: 5.5.56 started; log sequence number 116312081
220820  9:52:11 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220820  9:52:11 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220820  9:52:11 [Note] Server socket created on IP: '0.0.0.0'.
220820  9:52:11 [Note] Event Scheduler: Loaded 0 events
220820  9:52:11 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220820 21:10:33 [Note] Plugin 'FEDERATED' is disabled.
220820 21:10:33 InnoDB: The InnoDB memory heap is disabled
220820 21:10:33 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220820 21:10:33 InnoDB: Compressed tables use zlib 1.2.3
220820 21:10:33 InnoDB: Initializing buffer pool, size = 44.0M
220820 21:10:33 InnoDB: Completed initialization of buffer pool
220820 21:10:33 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220820 21:10:33  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220820 21:10:34  InnoDB: Waiting for the background threads to start
220820 21:10:35 InnoDB: 5.5.56 started; log sequence number 117714237
220820 21:10:35 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220820 21:10:35 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220820 21:10:35 [Note] Server socket created on IP: '0.0.0.0'.
220820 21:10:35 [Note] Event Scheduler: Loaded 0 events
220820 21:10:35 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220821 18:13:52 [Note] Plugin 'FEDERATED' is disabled.
220821 18:13:52 InnoDB: The InnoDB memory heap is disabled
220821 18:13:52 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220821 18:13:52 InnoDB: Compressed tables use zlib 1.2.3
220821 18:13:52 InnoDB: Initializing buffer pool, size = 44.0M
220821 18:13:52 InnoDB: Completed initialization of buffer pool
220821 18:13:52 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220821 18:13:52  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220821 18:13:53  InnoDB: Waiting for the background threads to start
220821 18:13:54 InnoDB: 5.5.56 started; log sequence number 119204012
220821 18:13:54 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220821 18:13:54 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220821 18:13:54 [Note] Server socket created on IP: '0.0.0.0'.
220821 18:13:54 [Note] Event Scheduler: Loaded 0 events
220821 18:13:54 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220822 22:10:28 [Note] Plugin 'FEDERATED' is disabled.
220822 22:10:28 InnoDB: The InnoDB memory heap is disabled
220822 22:10:28 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220822 22:10:28 InnoDB: Compressed tables use zlib 1.2.3
220822 22:10:28 InnoDB: Initializing buffer pool, size = 44.0M
220822 22:10:28 InnoDB: Completed initialization of buffer pool
220822 22:10:28 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220822 22:10:28  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220822 22:10:29  InnoDB: Waiting for the background threads to start
220822 22:10:30 InnoDB: 5.5.56 started; log sequence number 120798672
220822 22:10:30 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220822 22:10:30 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220822 22:10:30 [Note] Server socket created on IP: '0.0.0.0'.
220822 22:10:30 [Note] Event Scheduler: Loaded 0 events
220822 22:10:30 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220823  7:59:38 [Note] Plugin 'FEDERATED' is disabled.
220823  7:59:38 InnoDB: The InnoDB memory heap is disabled
220823  7:59:38 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220823  7:59:38 InnoDB: Compressed tables use zlib 1.2.3
220823  7:59:38 InnoDB: Initializing buffer pool, size = 44.0M
220823  7:59:38 InnoDB: Completed initialization of buffer pool
220823  7:59:38 InnoDB: highest supported file format is Barracuda.
InnoDB: Log scan progressed past the checkpoint lsn 120817358
220823  7:59:38  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Doing recovery: scanned up to log sequence number 120821392
220823  7:59:39  InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percents: 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 
InnoDB: Apply batch completed
220823  7:59:40  InnoDB: Waiting for the background threads to start
220823  7:59:41 InnoDB: 5.5.56 started; log sequence number 120821392
220823  7:59:41 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220823  7:59:41 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220823  7:59:41 [Note] Server socket created on IP: '0.0.0.0'.
220823  7:59:41 [Note] Event Scheduler: Loaded 0 events
220823  7:59:41 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220823 10:25:37 [Note] Plugin 'FEDERATED' is disabled.
220823 10:25:37 InnoDB: The InnoDB memory heap is disabled
220823 10:25:37 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220823 10:25:37 InnoDB: Compressed tables use zlib 1.2.3
220823 10:25:37 InnoDB: Initializing buffer pool, size = 44.0M
220823 10:25:37 InnoDB: Completed initialization of buffer pool
220823 10:25:37 InnoDB: highest supported file format is Barracuda.
InnoDB: Log scan progressed past the checkpoint lsn 121143669
220823 10:25:37  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Doing recovery: scanned up to log sequence number 121144214
220823 10:25:38  InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percents: 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 
InnoDB: Apply batch completed
220823 10:25:38  InnoDB: Waiting for the background threads to start
220823 10:25:39 InnoDB: 5.5.56 started; log sequence number 121144214
220823 10:25:39 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220823 10:25:39 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220823 10:25:39 [Note] Server socket created on IP: '0.0.0.0'.
220823 10:25:39 [Note] Event Scheduler: Loaded 0 events
220823 10:25:39 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220823 22:32:26 [Note] Plugin 'FEDERATED' is disabled.
220823 22:32:26 InnoDB: The InnoDB memory heap is disabled
220823 22:32:26 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220823 22:32:26 InnoDB: Compressed tables use zlib 1.2.3
220823 22:32:26 InnoDB: Initializing buffer pool, size = 44.0M
220823 22:32:26 InnoDB: Completed initialization of buffer pool
220823 22:32:26 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220823 22:32:26  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220823 22:32:27  InnoDB: Waiting for the background threads to start
220823 22:32:28 InnoDB: 5.5.56 started; log sequence number 122767026
220823 22:32:28 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220823 22:32:28 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220823 22:32:28 [Note] Server socket created on IP: '0.0.0.0'.
220823 22:32:28 [Note] Event Scheduler: Loaded 0 events
220823 22:32:28 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220824 12:41:29 [Note] Plugin 'FEDERATED' is disabled.
220824 12:41:29 InnoDB: The InnoDB memory heap is disabled
220824 12:41:29 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220824 12:41:29 InnoDB: Compressed tables use zlib 1.2.3
220824 12:41:29 InnoDB: Initializing buffer pool, size = 44.0M
220824 12:41:29 InnoDB: Completed initialization of buffer pool
220824 12:41:29 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220824 12:41:29  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220824 12:41:30  InnoDB: Waiting for the background threads to start
220824 12:41:31 InnoDB: 5.5.56 started; log sequence number 122809666
220824 12:41:31 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220824 12:41:31 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220824 12:41:31 [Note] Server socket created on IP: '0.0.0.0'.
220824 12:41:31 [Note] Event Scheduler: Loaded 0 events
220824 12:41:31 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220824 16:58:46 [Note] Plugin 'FEDERATED' is disabled.
220824 16:58:46 InnoDB: The InnoDB memory heap is disabled
220824 16:58:46 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220824 16:58:46 InnoDB: Compressed tables use zlib 1.2.3
220824 16:58:46 InnoDB: Initializing buffer pool, size = 44.0M
220824 16:58:46 InnoDB: Completed initialization of buffer pool
220824 16:58:46 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220824 16:58:46  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220824 16:58:47  InnoDB: Waiting for the background threads to start
220824 16:58:48 InnoDB: 5.5.56 started; log sequence number 122852156
220824 16:58:48 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220824 16:58:48 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220824 16:58:48 [Note] Server socket created on IP: '0.0.0.0'.
220824 16:58:48 [Note] Event Scheduler: Loaded 0 events
220824 16:58:48 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220825 22:05:27 [Note] Plugin 'FEDERATED' is disabled.
220825 22:05:28 InnoDB: The InnoDB memory heap is disabled
220825 22:05:28 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220825 22:05:28 InnoDB: Compressed tables use zlib 1.2.3
220825 22:05:28 InnoDB: Initializing buffer pool, size = 44.0M
220825 22:05:28 InnoDB: Completed initialization of buffer pool
220825 22:05:28 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220825 22:05:28  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220825 22:05:28  InnoDB: Waiting for the background threads to start
220825 22:05:29 InnoDB: 5.5.56 started; log sequence number 122957109
220825 22:05:29 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220825 22:05:29 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220825 22:05:29 [Note] Server socket created on IP: '0.0.0.0'.
220825 22:05:29 [Note] Event Scheduler: Loaded 0 events
220825 22:05:29 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220826 22:01:00 [Note] Plugin 'FEDERATED' is disabled.
220826 22:01:00 InnoDB: The InnoDB memory heap is disabled
220826 22:01:00 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220826 22:01:00 InnoDB: Compressed tables use zlib 1.2.3
220826 22:01:00 InnoDB: Initializing buffer pool, size = 44.0M
220826 22:01:00 InnoDB: Completed initialization of buffer pool
220826 22:01:00 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220826 22:01:01  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220826 22:01:01  InnoDB: Waiting for the background threads to start
220826 22:01:02 InnoDB: 5.5.56 started; log sequence number 122973211
220826 22:01:02 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220826 22:01:02 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220826 22:01:02 [Note] Server socket created on IP: '0.0.0.0'.
220826 22:01:03 [Note] Event Scheduler: Loaded 0 events
220826 22:01:03 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220827 10:43:29 [Note] Plugin 'FEDERATED' is disabled.
220827 10:43:29 InnoDB: The InnoDB memory heap is disabled
220827 10:43:29 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220827 10:43:29 InnoDB: Compressed tables use zlib 1.2.3
220827 10:43:29 InnoDB: Initializing buffer pool, size = 44.0M
220827 10:43:29 InnoDB: Completed initialization of buffer pool
220827 10:43:29 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220827 10:43:29  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220827 10:43:33  InnoDB: Waiting for the background threads to start
220827 10:43:34 InnoDB: 5.5.56 started; log sequence number 122975069
220827 10:43:34 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220827 10:43:34 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220827 10:43:34 [Note] Server socket created on IP: '0.0.0.0'.
220827 10:43:34 [Note] Event Scheduler: Loaded 0 events
220827 10:43:34 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220830 10:54:36 [Note] Plugin 'FEDERATED' is disabled.
220830 10:54:36 InnoDB: The InnoDB memory heap is disabled
220830 10:54:36 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220830 10:54:36 InnoDB: Compressed tables use zlib 1.2.3
220830 10:54:36 InnoDB: Initializing buffer pool, size = 44.0M
220830 10:54:36 InnoDB: Completed initialization of buffer pool
220830 10:54:36 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220830 10:54:36  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220830 10:54:37  InnoDB: Waiting for the background threads to start
220830 10:54:38 InnoDB: 5.5.56 started; log sequence number 122975069
220830 10:54:38 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220830 10:54:38 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220830 10:54:38 [Note] Server socket created on IP: '0.0.0.0'.
220830 10:54:38 [Note] Event Scheduler: Loaded 0 events
220830 10:54:38 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220830 22:06:32 [Note] Plugin 'FEDERATED' is disabled.
220830 22:06:32 InnoDB: The InnoDB memory heap is disabled
220830 22:06:32 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220830 22:06:32 InnoDB: Compressed tables use zlib 1.2.3
220830 22:06:32 InnoDB: Initializing buffer pool, size = 44.0M
220830 22:06:32 InnoDB: Completed initialization of buffer pool
220830 22:06:32 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220830 22:06:32  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220830 22:06:33  InnoDB: Waiting for the background threads to start
220830 22:06:34 InnoDB: 5.5.56 started; log sequence number 124031384
220830 22:06:34 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220830 22:06:34 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220830 22:06:34 [Note] Server socket created on IP: '0.0.0.0'.
220830 22:06:34 [Note] Event Scheduler: Loaded 0 events
220830 22:06:34 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220831 21:40:42 [Note] Plugin 'FEDERATED' is disabled.
220831 21:40:42 InnoDB: The InnoDB memory heap is disabled
220831 21:40:42 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220831 21:40:42 InnoDB: Compressed tables use zlib 1.2.3
220831 21:40:42 InnoDB: Initializing buffer pool, size = 44.0M
220831 21:40:42 InnoDB: Completed initialization of buffer pool
220831 21:40:42 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220831 21:40:42  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220831 21:40:44  InnoDB: Waiting for the background threads to start
220831 21:40:45 InnoDB: 5.5.56 started; log sequence number 125649016
220831 21:40:45 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220831 21:40:45 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220831 21:40:45 [Note] Server socket created on IP: '0.0.0.0'.
220831 21:40:45 [Note] Event Scheduler: Loaded 0 events
220831 21:40:45 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220901 13:09:35 [Note] Plugin 'FEDERATED' is disabled.
220901 13:09:35 InnoDB: The InnoDB memory heap is disabled
220901 13:09:35 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220901 13:09:35 InnoDB: Compressed tables use zlib 1.2.3
220901 13:09:35 InnoDB: Initializing buffer pool, size = 44.0M
220901 13:09:35 InnoDB: Completed initialization of buffer pool
220901 13:09:35 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220901 13:09:35  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220901 13:09:36  InnoDB: Waiting for the background threads to start
220901 13:09:37 InnoDB: 5.5.56 started; log sequence number 126253407
220901 13:09:37 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220901 13:09:37 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220901 13:09:37 [Note] Server socket created on IP: '0.0.0.0'.
220901 13:09:37 [Note] Event Scheduler: Loaded 0 events
220901 13:09:37 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220901 22:04:10 [Note] Plugin 'FEDERATED' is disabled.
220901 22:04:10 InnoDB: The InnoDB memory heap is disabled
220901 22:04:10 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220901 22:04:10 InnoDB: Compressed tables use zlib 1.2.3
220901 22:04:10 InnoDB: Initializing buffer pool, size = 44.0M
220901 22:04:10 InnoDB: Completed initialization of buffer pool
220901 22:04:10 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220901 22:04:10  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220901 22:04:11  InnoDB: Waiting for the background threads to start
220901 22:04:12 InnoDB: 5.5.56 started; log sequence number 127770194
220901 22:04:12 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220901 22:04:12 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220901 22:04:12 [Note] Server socket created on IP: '0.0.0.0'.
220901 22:04:12 [Note] Event Scheduler: Loaded 0 events
220901 22:04:12 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220902 19:22:38 [Note] Plugin 'FEDERATED' is disabled.
220902 19:22:38 InnoDB: The InnoDB memory heap is disabled
220902 19:22:38 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220902 19:22:38 InnoDB: Compressed tables use zlib 1.2.3
220902 19:22:38 InnoDB: Initializing buffer pool, size = 44.0M
220902 19:22:38 InnoDB: Completed initialization of buffer pool
220902 19:22:38 InnoDB: highest supported file format is Barracuda.
InnoDB: Log scan progressed past the checkpoint lsn 129282191
220902 19:22:38  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Doing recovery: scanned up to log sequence number 129282733
220902 19:22:45  InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percents: 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 
InnoDB: Apply batch completed
220902 19:22:45  InnoDB: Waiting for the background threads to start
220902 19:22:46 InnoDB: 5.5.56 started; log sequence number 129282733
220902 19:22:46 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220902 19:22:47 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220902 19:22:47 [Note] Server socket created on IP: '0.0.0.0'.
220902 19:22:47 [Note] Event Scheduler: Loaded 0 events
220902 19:22:47 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220902 19:23:32 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Normal shutdown

220902 19:23:32 [Note] Event Scheduler: Purging the queue. 0 events
220902 19:23:33  InnoDB: Starting shutdown...
220902 19:23:34  InnoDB: Shutdown completed; log sequence number 129288390
220902 19:23:34 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Shutdown complete

220902 19:24:55 [Note] Plugin 'FEDERATED' is disabled.
220902 19:24:55 InnoDB: The InnoDB memory heap is disabled
220902 19:24:55 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220902 19:24:55 InnoDB: Compressed tables use zlib 1.2.3
220902 19:24:55 InnoDB: Initializing buffer pool, size = 44.0M
220902 19:24:55 InnoDB: Completed initialization of buffer pool
220902 19:24:55 InnoDB: highest supported file format is Barracuda.
220902 19:25:11  InnoDB: Waiting for the background threads to start
220902 19:25:12 InnoDB: 5.5.56 started; log sequence number 129288390
220902 19:25:12 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220902 19:25:12 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220902 19:25:12 [Note] Server socket created on IP: '0.0.0.0'.
220902 19:25:12 [Note] Event Scheduler: Loaded 0 events
220902 19:25:12 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220902 19:25:12 [Note] Plugin 'FEDERATED' is disabled.
220902 19:25:12 InnoDB: The InnoDB memory heap is disabled
220902 19:25:12 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220902 19:25:12 InnoDB: Compressed tables use zlib 1.2.3
220902 19:25:12 InnoDB: Initializing buffer pool, size = 44.0M
220902 19:25:12 InnoDB: Completed initialization of buffer pool
220902 19:25:12 InnoDB: highest supported file format is Barracuda.
InnoDB: Log scan progressed past the checkpoint lsn 129288625
220902 19:25:12  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Doing recovery: scanned up to log sequence number 129288808
220902 19:25:13  InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percents: 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 
InnoDB: Apply batch completed
220902 19:25:14  InnoDB: Waiting for the background threads to start
220902 19:25:15 InnoDB: 5.5.56 started; log sequence number 129288808
220902 19:25:15 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220902 19:25:15 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220902 19:25:15 [Note] Server socket created on IP: '0.0.0.0'.
220902 19:25:15 [Note] Event Scheduler: Loaded 0 events
220902 19:25:15 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220905 22:33:46 [Note] Plugin 'FEDERATED' is disabled.
220905 22:33:46 InnoDB: The InnoDB memory heap is disabled
220905 22:33:46 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220905 22:33:46 InnoDB: Compressed tables use zlib 1.2.3
220905 22:33:46 InnoDB: Initializing buffer pool, size = 44.0M
220905 22:33:46 InnoDB: Completed initialization of buffer pool
220905 22:33:46 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220905 22:33:46  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220905 22:33:47  InnoDB: Waiting for the background threads to start
220905 22:33:48 InnoDB: 5.5.56 started; log sequence number 131898938
220905 22:33:48 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220905 22:33:48 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220905 22:33:48 [Note] Server socket created on IP: '0.0.0.0'.
220905 22:33:48 [Note] Event Scheduler: Loaded 0 events
220905 22:33:48 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220906 22:27:24 [Note] Plugin 'FEDERATED' is disabled.
220906 22:27:24 InnoDB: The InnoDB memory heap is disabled
220906 22:27:24 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220906 22:27:24 InnoDB: Compressed tables use zlib 1.2.3
220906 22:27:24 InnoDB: Initializing buffer pool, size = 44.0M
220906 22:27:24 InnoDB: Completed initialization of buffer pool
220906 22:27:24 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220906 22:27:24  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220906 22:27:25  InnoDB: Waiting for the background threads to start
220906 22:27:26 InnoDB: 5.5.56 started; log sequence number 133860045
220906 22:27:26 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220906 22:27:26 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220906 22:27:26 [Note] Server socket created on IP: '0.0.0.0'.
220906 22:27:26 [Note] Event Scheduler: Loaded 0 events
220906 22:27:26 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220907  8:13:06 [Note] Plugin 'FEDERATED' is disabled.
220907  8:13:06 InnoDB: The InnoDB memory heap is disabled
220907  8:13:06 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220907  8:13:06 InnoDB: Compressed tables use zlib 1.2.3
220907  8:13:06 InnoDB: Initializing buffer pool, size = 44.0M
220907  8:13:06 InnoDB: Completed initialization of buffer pool
220907  8:13:06 InnoDB: highest supported file format is Barracuda.
InnoDB: Log scan progressed past the checkpoint lsn 133906479
220907  8:13:06  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Doing recovery: scanned up to log sequence number 133907024
220907  8:13:07  InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percents: 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 
InnoDB: Apply batch completed
220907  8:13:08  InnoDB: Waiting for the background threads to start
220907  8:13:09 InnoDB: 5.5.56 started; log sequence number 133907024
220907  8:13:09 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220907  8:13:09 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220907  8:13:09 [Note] Server socket created on IP: '0.0.0.0'.
220907  8:13:09 [Note] Event Scheduler: Loaded 0 events
220907  8:13:09 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    220907 15:09:58 [Note] Plugin 'FEDERATED' is disabled.
220907 15:09:58 InnoDB: The InnoDB memory heap is disabled
220907 15:09:58 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220907 15:09:58 InnoDB: Compressed tables use zlib 1.2.3
220907 15:09:58 InnoDB: Initializing buffer pool, size = 44.0M
220907 15:09:58 InnoDB: Completed initialization of buffer pool
220907 15:09:58 InnoDB: highest supported file format is Barracuda.
InnoDB: Log scan progressed past the checkpoint lsn 134857308
220907 15:09:58  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Doing recovery: scanned up to log sequence number 134857850
220907 15:09:59  InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percents: 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 
InnoDB: Apply batch completed
220907 15:10:00  InnoDB: Waiting for the background threads to start
220907 15:10:01 InnoDB: 5.5.56 started; log sequence number 134857850
220907 15:10:01 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220907 15:10:01 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220907 15:10:01 [Note] Server socket created on IP: '0.0.0.0'.
220907 15:10:01 [Note] Event Scheduler: Loaded 0 events
220907 15:10:01 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220907 22:24:00 [Note] Plugin 'FEDERATED' is disabled.
220907 22:24:00 InnoDB: The InnoDB memory heap is disabled
220907 22:24:00 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220907 22:24:00 InnoDB: Compressed tables use zlib 1.2.3
220907 22:24:00 InnoDB: Initializing buffer pool, size = 44.0M
220907 22:24:00 InnoDB: Completed initialization of buffer pool
220907 22:24:00 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220907 22:24:00  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220907 22:24:01  InnoDB: Waiting for the background threads to start
220907 22:24:02 InnoDB: 5.5.56 started; log sequence number 135942988
220907 22:24:02 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220907 22:24:02 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220907 22:24:02 [Note] Server socket created on IP: '0.0.0.0'.
220907 22:24:02 [Note] Event Scheduler: Loaded 0 events
220907 22:24:02 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220908 22:31:05 [Note] Plugin 'FEDERATED' is disabled.
220908 22:31:05 InnoDB: The InnoDB memory heap is disabled
220908 22:31:05 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220908 22:31:05 InnoDB: Compressed tables use zlib 1.2.3
220908 22:31:05 InnoDB: Initializing buffer pool, size = 44.0M
220908 22:31:05 InnoDB: Completed initialization of buffer pool
220908 22:31:05 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220908 22:31:05  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220908 22:31:06  InnoDB: Waiting for the background threads to start
220908 22:31:07 InnoDB: 5.5.56 started; log sequence number 138323170
220908 22:31:07 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220908 22:31:07 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220908 22:31:07 [Note] Server socket created on IP: '0.0.0.0'.
220908 22:31:07 [Note] Event Scheduler: Loaded 0 events
220908 22:31:07 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220909 17:03:19 [Note] Plugin 'FEDERATED' is disabled.
220909 17:03:19 InnoDB: The InnoDB memory heap is disabled
220909 17:03:19 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220909 17:03:19 InnoDB: Compressed tables use zlib 1.2.3
220909 17:03:19 InnoDB: Initializing buffer pool, size = 44.0M
220909 17:03:19 InnoDB: Completed initialization of buffer pool
220909 17:03:19 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220909 17:03:19  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220909 17:03:21  InnoDB: Waiting for the background threads to start
220909 17:03:22 InnoDB: 5.5.56 started; log sequence number 139874512
220909 17:03:22 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220909 17:03:22 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220909 17:03:22 [Note] Server socket created on IP: '0.0.0.0'.
220909 17:03:22 [Note] Event Scheduler: Loaded 0 events
220909 17:03:22 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220912 13:33:20 [Note] Plugin 'FEDERATED' is disabled.
220912 13:33:20 InnoDB: The InnoDB memory heap is disabled
220912 13:33:20 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220912 13:33:20 InnoDB: Compressed tables use zlib 1.2.3
220912 13:33:20 InnoDB: Initializing buffer pool, size = 44.0M
220912 13:33:20 InnoDB: Completed initialization of buffer pool
220912 13:33:20 InnoDB: highest supported file format is Barracuda.
InnoDB: Log scan progressed past the checkpoint lsn 140879261
220912 13:33:20  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Doing recovery: scanned up to log sequence number 140879867
220912 13:33:21  InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percents: 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 
InnoDB: Apply batch completed
220912 13:33:21  InnoDB: Waiting for the background threads to start
220912 13:33:22 InnoDB: 5.5.56 started; log sequence number 140879867
220912 13:33:22 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220912 13:33:23 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220912 13:33:23 [Note] Server socket created on IP: '0.0.0.0'.
220912 13:33:23 [Note] Event Scheduler: Loaded 0 events
220912 13:33:23 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220912 17:34:27 [Note] Plugin 'FEDERATED' is disabled.
220912 17:34:27 InnoDB: The InnoDB memory heap is disabled
220912 17:34:27 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220912 17:34:27 InnoDB: Compressed tables use zlib 1.2.3
220912 17:34:27 InnoDB: Initializing buffer pool, size = 44.0M
220912 17:34:27 InnoDB: Completed initialization of buffer pool
220912 17:34:27 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220912 17:34:27  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220912 17:34:28  InnoDB: Waiting for the background threads to start
220912 17:34:29 InnoDB: 5.5.56 started; log sequence number 141901754
220912 17:34:29 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220912 17:34:29 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220912 17:34:29 [Note] Server socket created on IP: '0.0.0.0'.
220912 17:34:29 [Note] Event Scheduler: Loaded 0 events
220912 17:34:29 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220913 21:26:22 [Note] Plugin 'FEDERATED' is disabled.
220913 21:26:22 InnoDB: The InnoDB memory heap is disabled
220913 21:26:22 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220913 21:26:22 InnoDB: Compressed tables use zlib 1.2.3
220913 21:26:22 InnoDB: Initializing buffer pool, size = 44.0M
220913 21:26:22 InnoDB: Completed initialization of buffer pool
220913 21:26:22 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220913 21:26:22  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220913 21:26:23  InnoDB: Waiting for the background threads to start
220913 21:26:24 InnoDB: 5.5.56 started; log sequence number 147158803
220913 21:26:24 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220913 21:26:24 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220913 21:26:24 [Note] Server socket created on IP: '0.0.0.0'.
220913 21:26:24 [Note] Event Scheduler: Loaded 0 events
220913 21:26:25 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220914 21:29:51 [Note] Plugin 'FEDERATED' is disabled.
220914 21:29:51 InnoDB: The InnoDB memory heap is disabled
220914 21:29:51 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220914 21:29:51 InnoDB: Compressed tables use zlib 1.2.3
220914 21:29:51 InnoDB: Initializing buffer pool, size = 44.0M
220914 21:29:51 InnoDB: Completed initialization of buffer pool
220914 21:29:51 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220914 21:29:51  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220914 21:29:52  InnoDB: Waiting for the background threads to start
220914 21:29:53 InnoDB: 5.5.56 started; log sequence number 149026649
220914 21:29:53 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220914 21:29:53 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220914 21:29:53 [Note] Server socket created on IP: '0.0.0.0'.
220914 21:29:53 [Note] Event Scheduler: Loaded 0 events
220914 21:29:53 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220914 21:29:59 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Normal shutdown

220914 21:29:59 [Note] Event Scheduler: Purging the queue. 0 events
220914 21:29:59  InnoDB: Starting shutdown...
220914 21:29:59  InnoDB: Shutdown completed; log sequence number 149026649
220914 21:29:59 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Shutdown complete

220914 21:31:20 [Note] Plugin 'FEDERATED' is disabled.
220914 21:31:21 InnoDB: The InnoDB memory heap is disabled
220914 21:31:21 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220914 21:31:21 InnoDB: Compressed tables use zlib 1.2.3
220914 21:31:21 InnoDB: Initializing buffer pool, size = 44.0M
220914 21:31:21 InnoDB: Completed initialization of buffer pool
220914 21:31:21 InnoDB: highest supported file format is Barracuda.
220914 21:31:36  InnoDB: Waiting for the background threads to start
220914 21:31:37 InnoDB: 5.5.56 started; log sequence number 149026649
220914 21:31:37 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220914 21:31:37 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220914 21:31:37 [Note] Server socket created on IP: '0.0.0.0'.
220914 21:31:37 [Note] Event Scheduler: Loaded 0 events
220914 21:31:37 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220914 23:07:51 [Note] Plugin 'FEDERATED' is disabled.
220914 23:07:51 InnoDB: The InnoDB memory heap is disabled
220914 23:07:51 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220914 23:07:51 InnoDB: Compressed tables use zlib 1.2.3
220914 23:07:51 InnoDB: Initializing buffer pool, size = 44.0M
220914 23:07:51 InnoDB: Completed initialization of buffer pool
220914 23:07:51 InnoDB: highest supported file format is Barracuda.
InnoDB: Log scan progressed past the checkpoint lsn 149283111
220914 23:07:51  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Doing recovery: scanned up to log sequence number 149290280
220914 23:07:57  InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percents: 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 
InnoDB: Apply batch completed
220914 23:07:58  InnoDB: Waiting for the background threads to start
220914 23:07:59 InnoDB: 5.5.56 started; log sequence number 149290280
220914 23:07:59 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220914 23:07:59 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220914 23:07:59 [Note] Server socket created on IP: '0.0.0.0'.
220914 23:07:59 [Note] Event Scheduler: Loaded 0 events
220914 23:07:59 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220915 17:17:08 [Note] Plugin 'FEDERATED' is disabled.
220915 17:17:08 InnoDB: The InnoDB memory heap is disabled
220915 17:17:08 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220915 17:17:08 InnoDB: Compressed tables use zlib 1.2.3
220915 17:17:08 InnoDB: Initializing buffer pool, size = 44.0M
220915 17:17:08 InnoDB: Completed initialization of buffer pool
220915 17:17:08 InnoDB: highest supported file format is Barracuda.
InnoDB: Log scan progressed past the checkpoint lsn 150348376
220915 17:17:08  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Doing recovery: scanned up to log sequence number 150348710
220915 17:17:10  InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percents: 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 
InnoDB: Apply batch completed
220915 17:17:11  InnoDB: Waiting for the background threads to start
220915 17:17:12 InnoDB: 5.5.56 started; log sequence number 150348710
220915 17:17:12 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220915 17:17:12 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220915 17:17:12 [Note] Server socket created on IP: '0.0.0.0'.
220915 17:17:12 [Note] Event Scheduler: Loaded 0 events
220915 17:17:12 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220915 21:10:05 [Note] Plugin 'FEDERATED' is disabled.
220915 21:10:05 InnoDB: The InnoDB memory heap is disabled
220915 21:10:05 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220915 21:10:05 InnoDB: Compressed tables use zlib 1.2.3
220915 21:10:05 InnoDB: Initializing buffer pool, size = 44.0M
220915 21:10:05 InnoDB: Completed initialization of buffer pool
220915 21:10:05 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220915 21:10:05  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220915 21:10:08  InnoDB: Waiting for the background threads to start
220915 21:10:09 InnoDB: 5.5.56 started; log sequence number 150396819
220915 21:10:09 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220915 21:10:09 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220915 21:10:09 [Note] Server socket created on IP: '0.0.0.0'.
220915 21:10:09 [Note] Event Scheduler: Loaded 0 events
220915 21:10:09 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220916  8:18:26 [Note] Plugin 'FEDERATED' is disabled.
220916  8:18:26 InnoDB: The InnoDB memory heap is disabled
220916  8:18:26 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220916  8:18:26 InnoDB: Compressed tables use zlib 1.2.3
220916  8:18:26 InnoDB: Initializing buffer pool, size = 44.0M
220916  8:18:26 InnoDB: Completed initialization of buffer pool
220916  8:18:26 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220916  8:18:26  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220916  8:18:27  InnoDB: Waiting for the background threads to start
220916  8:18:28 InnoDB: 5.5.56 started; log sequence number 150554794
220916  8:18:28 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220916  8:18:29 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220916  8:18:29 [Note] Server socket created on IP: '0.0.0.0'.
220916  8:18:29 [Note] Event Scheduler: Loaded 0 events
220916  8:18:29 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220916 10:44:32 [Note] Plugin 'FEDERATED' is disabled.
220916 10:44:32 InnoDB: The InnoDB memory heap is disabled
220916 10:44:32 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220916 10:44:32 InnoDB: Compressed tables use zlib 1.2.3
220916 10:44:32 InnoDB: Initializing buffer pool, size = 44.0M
220916 10:44:32 InnoDB: Completed initialization of buffer pool
220916 10:44:32 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220916 10:44:32  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220916 10:44:33  InnoDB: Waiting for the background threads to start
220916 10:44:34 InnoDB: 5.5.56 started; log sequence number 151110374
220916 10:44:34 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220916 10:44:34 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220916 10:44:34 [Note] Server socket created on IP: '0.0.0.0'.
220916 10:44:34 [Note] Event Scheduler: Loaded 0 events
220916 10:44:34 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220916 12:00:57 [Note] Plugin 'FEDERATED' is disabled.
220916 12:00:57 InnoDB: The InnoDB memory heap is disabled
220916 12:00:57 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220916 12:00:57 InnoDB: Compressed tables use zlib 1.2.3
220916 12:00:57 InnoDB: Initializing buffer pool, size = 44.0M
220916 12:00:57 InnoDB: Completed initialization of buffer pool
220916 12:00:57 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220916 12:00:57  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220916 12:01:02  InnoDB: Waiting for the background threads to start
220916 12:01:03 InnoDB: 5.5.56 started; log sequence number 151316708
220916 12:01:03 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220916 12:01:03 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220916 12:01:03 [Note] Server socket created on IP: '0.0.0.0'.
220916 12:01:03 [Note] Event Scheduler: Loaded 0 events
220916 12:01:03 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220916 22:16:01 [Note] Plugin 'FEDERATED' is disabled.
220916 22:16:01 InnoDB: The InnoDB memory heap is disabled
220916 22:16:01 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220916 22:16:01 InnoDB: Compressed tables use zlib 1.2.3
220916 22:16:02 InnoDB: Initializing buffer pool, size = 44.0M
220916 22:16:02 InnoDB: Completed initialization of buffer pool
220916 22:16:02 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
220916 22:16:02  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
220916 22:16:02  InnoDB: Waiting for the background threads to start
220916 22:16:03 InnoDB: 5.5.56 started; log sequence number 152174900
220916 22:16:03 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
220916 22:16:03 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
220916 22:16:03 [Note] Server socket created on IP: '0.0.0.0'.
220916 22:16:03 [Note] Event Scheduler: Loaded 0 events
220916 22:16:03 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.56'  socket: ''  port: 3306  MySQL Community Server (GPL)
220917 16:42:43 [Note] Plugin 'FEDERATED' is disabled.
220917 16:42:43 InnoDB: The InnoDB memory heap is disabled
220917 16:42:43 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220917 16:42:43 InnoDB: Compressed tables use zlib 1.2.3
220917 16:42:43 InnoDB: Initializing buffer pool, size = 44.0M
220917 16:42:43 InnoDB: Completed initialization of buffer pool
220917 16:42:43 InnoDB: highest supported file format is Barracuda.
InnoDB: Log scan progressed past the checkpoint lsn 153306391
220917 16:42:43  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Doing recovery: scanned up to log sequence number 153309263
220917 16:42:44  InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percents: 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 220917 16:45:41 [Note] Plugin 'FEDERATED' is disabled.
220917 16:45:41 InnoDB: The InnoDB memory heap is disabled
220917 16:45:41 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220917 16:45:41 InnoDB: Compressed tables use zlib 1.2.3
220917 16:45:41 InnoDB: Initializing buffer pool, size = 44.0M
220917 16:45:41 InnoDB: Completed initialization of buffer pool
220917 16:45:41 InnoDB: highest supported file format is Barracuda.
InnoDB: Log scan progressed past the checkpoint lsn 153306391
220917 16:45:41  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Doing recovery: scanned up to log sequence number 153309263
220917 16:45:47  InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percents: 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 220917 16:52:19 [Note] Plugin 'FEDERATED' is disabled.
220917 16:52:19 InnoDB: The InnoDB memory heap is disabled
220917 16:52:19 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220917 16:52:19 InnoDB: Compressed tables use zlib 1.2.3
220917 16:52:19 InnoDB: Initializing buffer pool, size = 44.0M
220917 16:52:19 InnoDB: Completed initialization of buffer pool
220917 16:52:19 InnoDB: highest supported file format is Barracuda.
InnoDB: Log scan progressed past the checkpoint lsn 153306391
220917 16:52:19  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Doing recovery: scanned up to log sequence number 153309263
220917 16:52:20  InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percents: 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 220917 17:21:16 [Note] Plugin 'FEDERATED' is disabled.
220917 17:21:17 InnoDB: The InnoDB memory heap is disabled
220917 17:21:17 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220917 17:21:17 InnoDB: Compressed tables use zlib 1.2.3
220917 17:21:17 InnoDB: Initializing buffer pool, size = 44.0M
220917 17:21:17 InnoDB: Completed initialization of buffer pool
220917 17:21:17 InnoDB: highest supported file format is Barracuda.
InnoDB: Log scan progressed past the checkpoint lsn 153306391
220917 17:21:17  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Doing recovery: scanned up to log sequence number 153309263
220917 17:21:17  InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percents: 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 220917 17:30:24 [Note] Plugin 'FEDERATED' is disabled.
220917 17:30:24 InnoDB: The InnoDB memory heap is disabled
220917 17:30:24 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220917 17:30:24 InnoDB: Compressed tables use zlib 1.2.3
220917 17:30:24 InnoDB: Initializing buffer pool, size = 44.0M
220917 17:30:24 InnoDB: Completed initialization of buffer pool
220917 17:30:24 InnoDB: highest supported file format is Barracuda.
InnoDB: Log scan progressed past the checkpoint lsn 153306391
220917 17:30:24  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Doing recovery: scanned up to log sequence number 153309263
220917 17:30:25  InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percents: 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 220919  9:57:10 [Note] Plugin 'FEDERATED' is disabled.
220919  9:57:10 InnoDB: The InnoDB memory heap is disabled
220919  9:57:10 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220919  9:57:10 InnoDB: Compressed tables use zlib 1.2.3
220919  9:57:10 InnoDB: Initializing buffer pool, size = 44.0M
220919  9:57:10 InnoDB: Completed initialization of buffer pool
220919  9:57:10 InnoDB: highest supported file format is Barracuda.
InnoDB: Log scan progressed past the checkpoint lsn 153306391
220919  9:57:10  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Doing recovery: scanned up to log sequence number 153309263
220919  9:57:13  InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percents: 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 220919 10:39:50 [Note] Plugin 'FEDERATED' is disabled.
220919 10:39:50 InnoDB: The InnoDB memory heap is disabled
220919 10:39:50 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220919 10:39:50 InnoDB: Compressed tables use zlib 1.2.3
220919 10:39:50 InnoDB: Initializing buffer pool, size = 44.0M
220919 10:39:50 InnoDB: Completed initialization of buffer pool
220919 10:39:50 InnoDB: highest supported file format is Barracuda.
InnoDB: Log scan progressed past the checkpoint lsn 153306391
220919 10:39:50  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Doing recovery: scanned up to log sequence number 153309263
220919 10:39:51  InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percents: 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 220919 10:40:43 [Note] Plugin 'FEDERATED' is disabled.
220919 10:40:43 InnoDB: The InnoDB memory heap is disabled
220919 10:40:43 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220919 10:40:43 InnoDB: Compressed tables use zlib 1.2.3
220919 10:40:43 InnoDB: Initializing buffer pool, size = 44.0M
220919 10:40:43 InnoDB: Completed initialization of buffer pool
220919 10:40:43 InnoDB: highest supported file format is Barracuda.
InnoDB: Log scan progressed past the checkpoint lsn 153306391
220919 10:40:43  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Doing recovery: scanned up to log sequence number 153309263
220919 10:40:43  InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percents: 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 220919 10:43:12 [Note] Plugin 'FEDERATED' is disabled.
220919 10:43:12 InnoDB: The InnoDB memory heap is disabled
220919 10:43:12 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220919 10:43:12 InnoDB: Compressed tables use zlib 1.2.3
220919 10:43:12 InnoDB: Initializing buffer pool, size = 44.0M
220919 10:43:12 InnoDB: Completed initialization of buffer pool
220919 10:43:12 InnoDB: highest supported file format is Barracuda.
InnoDB: Log scan progressed past the checkpoint lsn 153306391
220919 10:43:12  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Doing recovery: scanned up to log sequence number 153309263
220919 10:43:13  InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percents: 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 220919 10:54:43 [Note] Plugin 'FEDERATED' is disabled.
220919 10:54:43 InnoDB: The InnoDB memory heap is disabled
220919 10:54:43 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220919 10:54:43 InnoDB: Compressed tables use zlib 1.2.3
220919 10:54:43 InnoDB: Initializing buffer pool, size = 44.0M
220919 10:54:43 InnoDB: Completed initialization of buffer pool
220919 10:54:43 InnoDB: highest supported file format is Barracuda.
InnoDB: Log scan progressed past the checkpoint lsn 153306391
220919 10:54:43  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Doing recovery: scanned up to log sequence number 153309263
220919 10:54:44  InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percents: 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 220919 11:03:59 [Note] Plugin 'FEDERATED' is disabled.
220919 11:03:59 InnoDB: The InnoDB memory heap is disabled
220919 11:03:59 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220919 11:03:59 InnoDB: Compressed tables use zlib 1.2.3
220919 11:03:59 InnoDB: Initializing buffer pool, size = 44.0M
220919 11:03:59 InnoDB: Completed initialization of buffer pool
220919 11:03:59 InnoDB: highest supported file format is Barracuda.
InnoDB: Log scan progressed past the checkpoint lsn 153306391
220919 11:03:59  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Doing recovery: scanned up to log sequence number 153309263
220919 11:04:00  InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percents: 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 220919 11:08:13 [Note] Plugin 'FEDERATED' is disabled.
220919 11:08:13 InnoDB: The InnoDB memory heap is disabled
220919 11:08:13 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220919 11:08:13 InnoDB: Compressed tables use zlib 1.2.3
220919 11:08:13 InnoDB: Initializing buffer pool, size = 44.0M
220919 11:08:13 InnoDB: Completed initialization of buffer pool
220919 11:08:13 InnoDB: highest supported file format is Barracuda.
InnoDB: Log scan progressed past the checkpoint lsn 153306391
220919 11:08:13  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Doing recovery: scanned up to log sequence number 153309263
220919 11:08:13  InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percents: 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 220919 12:40:33 [Note] Plugin 'FEDERATED' is disabled.
220919 12:40:33 InnoDB: The InnoDB memory heap is disabled
220919 12:40:33 InnoDB: Mutexes and rw_locks use Windows interlocked functions
220919 12:40:33 InnoDB: Compressed tables use zlib 1.2.3
220919 12:40:33 InnoDB: Initializing buffer pool, size = 44.0M
220919 12:40:33 InnoDB: Completed initialization of buffer pool
220919 12:40:33 InnoDB: highest supported file format is Barracuda.
InnoDB: Log scan progressed past the checkpoint lsn 153306391
220919 12:40:33  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Doing recovery: scanned up to log sequence number 153309263
220919 12:40:33  InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percents: 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

小黄人软件

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值