mp wrote:
>
> Hi all,
>
> I keep getting an error when trying to create a new database:
>
> error:Cant's create database 'dbname'. (errno:28)
>
> How can this be fixed? I re-installed mysql but I still get the same message.
>
> Running Mysql 3.22.22 on Red Hat Linux v5.2
>
> Thanks,
> Mark
When you are currios about the meaning of a certain error, run perror
that comes with mysql installation.
$perror 28
No space left on device
Looks like your disk is full. To veryfy that, try df - you will probably
see 0% available.
--
Sasha Pachev
http://www.sashanet.com/ (home)
http://www.direct1.com/ (work)