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)
| Thread |
|---|
| • errno 28 | Michael Farr | 22 Apr |
| • errno 28 | Michael Widenius | 22 Apr |
| • Re: errno 28 | Sasha Pachev | 22 Apr |