I'm trying to use XAMPP on Windows on my mac with bootcamp but mysql doesen't work, this is log error
2018-05-12 12:30:50 514 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-05-12 12:30:50 1300 [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-05-12 12:30:50 1300 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2018-05-12 12:30:50 1300 [Note] InnoDB: The InnoDB memory heap is disabled
2018-05-12 12:30:50 1300 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2018-05-12 12:30:50 1300 [Note] InnoDB: _mm_lfence() and _mm_sfence() are used for memory barrier
2018-05-12 12:30:50 1300 [Note] InnoDB: Compressed tables use zlib 1.2.3
2018-05-12 12:30:50 1300 [Note] InnoDB: Using generic crc32 instructions
2018-05-12 12:30:50 1300 [Note] InnoDB: Initializing buffer pool, size = 16.0M
2018-05-12 12:30:50 1300 [Note] InnoDB: Completed initialization of buffer pool
2018-05-12 12:30:50 1300 [Note] InnoDB: Highest supported file format is Barracuda.
2018-05-12 12:30:50 514 InnoDB: Operating system error number 87 in a file operation.
InnoDB: Some operating system error numbers are described at
InnoDB: http://dev.mysql.com/doc/refman/5.6/en/operating-system-error-codes.html
InnoDB: Operation read to file D:\win32-packages\build\src\storage\xtradb\os\os0file.cc and at line 3216
2018-05-12 12:30:50 1300 [ERROR] InnoDB: File (unknown): 'read' returned OS error 287. Cannot continue operation
180512 12:30:50 [ERROR] mysqld got exception 0x80000003 ;
This could be because you hit a bug. It is also possible that this binary
or one of the libraries it was linked against is corrupt, improperly built,
or misconfigured. This error can also be caused by malfunctioning hardware.
User contributions licensed under CC BY-SA 3.0