From: Sasha Pachev Date: April 22 1999 3:45pm Subject: Re: errno 28 List-Archive: http://lists.mysql.com/mysql/2254 Message-Id: <371F4423.1A822E75@direct1.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Michael Farr wrote: > > I am starting a new database and I cant seem to do some things, what do > these errors mean > > create database mike; > Can't create database 'mike'. (errno: 28) > > use test; > create table example (id INTEGER); > ERROR 3: Error writing file './test/example.frm' (Errcode: 28) Check data directory permissions. su to the user MySQL runs as and try to create a dummy file/directory in the mysql data directory. -- Sasha Pachev http://www.sashanet.com/ (home) http://www.direct1.com/ (work)