Page 1 of 1

Solved: mysqldump: Got errno 28 on write

Posted: Sun Jan 06, 2013 12:56 pm
by mister_v
Hello,

I have a script that runs all my backups.
But recently it return the following error:

Code: Select all

mysqldump: Got errno 28 on write
Anyone knowns what error number 28 means?

Thanks,

Re: mysqldump: Got errno 28 on write

Posted: Sun Jan 06, 2013 1:52 pm
by chris
Basically it means you run out of disk-space.

Liberate some space and try again.

Re: mysqldump: Got errno 28 on write

Posted: Mon Jan 07, 2013 11:48 am
by mister_v
Thanks,

I dumped the database on another partitiion.
This solved the problem.