Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MySQL not starting #104

Open
leslieongit opened this issue Mar 21, 2018 · 1 comment
Open

MySQL not starting #104

leslieongit opened this issue Mar 21, 2018 · 1 comment

Comments

@leslieongit
Copy link

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

@tjcelaya
Copy link

@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:

C:\xampp\mysql\data\ibdata1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants