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.
Subject
Views
Written By
Posted
15092
April 15, 2005 02:52AM
Re: A bug with innodb on Linux? Can't be started a second time.
6808
April 18, 2005 09:14PM
6244
April 25, 2005 07:05AM
10878
May 02, 2005 06:01PM
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.