MySQL Forums
Forum List  »  InnoDB

Re: A bug with innodb on Linux? Can't be started a second time.
Posted by: sknock
Date: April 18, 2005 09:14PM

For anyone with a similar problem, I found the underlying source of mine:

here are the details:
InnoDB uses asynchronous io to connect to its ibdata file.
Unfortunately Linux doesn't appear (yet) to support
networked aio, and the Linux box I'm installing on has
some of its data directories served over NFS. A solution
that doesn't remove any functionality (short of moving the
whole install to a local drive, which isn't ideal in my case)
is to tell InnoDB to put it's data file and log files in a
directory that is on a local disk.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: A bug with innodb on Linux? Can't be started a second time.
6773
April 18, 2005 09:14PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.