You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2018-03-21 16:33:12 1820 InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_malloc and with the InnoDB's internal memory allocator.
2018-03-21 16:33:12 6176 [Note] InnoDB: innodb_empty_free_list_algorithm has been changed to legacy because of small buffer pool size. In order to use backoff, increase buffer pool at least up to 20MB.
2018-03-21 16:33:12 6176 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2018-03-21 16:33:12 6176 [Note] InnoDB: The InnoDB memory heap is disabled
2018-03-21 16:33:12 6176 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2018-03-21 16:33:12 6176 [Note] InnoDB: _mm_lfence() and _mm_sfence() are used for memory barrier
2018-03-21 16:33:12 6176 [Note] InnoDB: Compressed tables use zlib 1.2.3
2018-03-21 16:33:12 6176 [Note] InnoDB: Using generic crc32 instructions
2018-03-21 16:33:12 6176 [Note] InnoDB: Initializing buffer pool, size = 16.0M
2018-03-21 16:33:12 6176 [Note] InnoDB: Completed initialization of buffer pool
2018-03-21 16:33:12 6176 [ERROR] InnoDB: C:\xampp\mysql\data\ibdata1 can't be opened in read-write mode
2018-03-21 16:33:12 6176 [ERROR] InnoDB: The system tablespace must be writable!
2018-03-21 16:33:12 6176 [ERROR] Plugin 'InnoDB' init function returned error.
2018-03-21 16:33:12 6176 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
2018-03-21 16:33:12 6176 [Note] Plugin 'FEEDBACK' is disabled.
2018-03-21 16:33:12 6176 [ERROR] Unknown/unsupported storage engine: InnoDB
2018-03-21 16:33:12 6176 [ERROR] Aborting
The text was updated successfully, but these errors were encountered:
@leslieongit Can you share the relevant section of your docker-compose.yml where you're using the autopilotpattern/mysql container? The following path seems to be inaccessible to the container and may be misconfigured:
2018-03-21 16:33:12 1820 InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_malloc and with the InnoDB's internal memory allocator.
2018-03-21 16:33:12 6176 [Note] InnoDB: innodb_empty_free_list_algorithm has been changed to legacy because of small buffer pool size. In order to use backoff, increase buffer pool at least up to 20MB.
2018-03-21 16:33:12 6176 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2018-03-21 16:33:12 6176 [Note] InnoDB: The InnoDB memory heap is disabled
2018-03-21 16:33:12 6176 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2018-03-21 16:33:12 6176 [Note] InnoDB: _mm_lfence() and _mm_sfence() are used for memory barrier
2018-03-21 16:33:12 6176 [Note] InnoDB: Compressed tables use zlib 1.2.3
2018-03-21 16:33:12 6176 [Note] InnoDB: Using generic crc32 instructions
2018-03-21 16:33:12 6176 [Note] InnoDB: Initializing buffer pool, size = 16.0M
2018-03-21 16:33:12 6176 [Note] InnoDB: Completed initialization of buffer pool
2018-03-21 16:33:12 6176 [ERROR] InnoDB: C:\xampp\mysql\data\ibdata1 can't be opened in read-write mode
2018-03-21 16:33:12 6176 [ERROR] InnoDB: The system tablespace must be writable!
2018-03-21 16:33:12 6176 [ERROR] Plugin 'InnoDB' init function returned error.
2018-03-21 16:33:12 6176 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
2018-03-21 16:33:12 6176 [Note] Plugin 'FEEDBACK' is disabled.
2018-03-21 16:33:12 6176 [ERROR] Unknown/unsupported storage engine: InnoDB
2018-03-21 16:33:12 6176 [ERROR] Aborting
The text was updated successfully, but these errors were encountered: