Page 1 of 1

MySQL issue

PostPosted: 27. June 2012 04:40
by F9Alejandro
for some reason i can't get MySQL to run and i have done everything suggested so i guess the only thing left is to post the error log here

Log:

120626 23:07:46 [Note] Plugin 'FEDERATED' is disabled.
120626 23:07:46 InnoDB: The InnoDB memory heap is disabled
120626 23:07:46 InnoDB: Mutexes and rw_locks use Windows interlocked functions
120626 23:07:46 InnoDB: Compressed tables use zlib 1.2.3
120626 23:07:47 InnoDB: Initializing buffer pool, size = 16.0M
120626 23:07:47 InnoDB: Completed initialization of buffer pool
120626 23:07:47 InnoDB: highest supported file format is Barracuda.
120626 23:07:47 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.5/en/operating-system-error-codes.html
InnoDB: File name \xampp\mysql\data\ib_logfile0
InnoDB: File operation call: 'aio read'.
InnoDB: Cannot continue operation.

Re: MySQL issue

PostPosted: 27. June 2012 16:51
by JonB
A. - what version of the XAMPP download did you use?

B. - where did you 'install' XAMPP in your filesystem?

Edit:
try adding this line to your my.ini file:

innodb_flush_method=unbuffered

Good Luck
8)