>>>>> "Michael" == Michael Farr <farrm@stripped>
> writes:
Michael> I am starting a new database and I cant seem to do some things, what do
Michael> these errors mean
Michael> create database mike;
Michael> Can't create database 'mike'. (errno: 28)
Michael> use test;
Michael> create table example (id INTEGER);
Michael> ERROR 3: Error writing file './test/example.frm' (Errcode: 28)
Hi!
(/tmp) perror 28
No space left on device
This means that you are out of disk space.
Regards,
Monty
| Thread |
|---|
| • errno 28 | Michael Farr | 22 Apr |
| • errno 28 | Michael Widenius | 22 Apr |
| • Re: errno 28 | Sasha Pachev | 22 Apr |