Solved: mysqldump: Got errno 28 on write

Posts regarding the MySQL database server
Post Reply
mister_v
Posts: 188
Joined: Thu Mar 04, 2010 9:19 pm

Solved: mysqldump: Got errno 28 on write

Post 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,
Last edited by mister_v on Mon Jan 07, 2013 11:48 am, edited 1 time in total.
chris
Site Admin
Posts: 194
Joined: Mon Jul 21, 2008 9:52 am

Re: mysqldump: Got errno 28 on write

Post by chris »

Basically it means you run out of disk-space.

Liberate some space and try again.
mister_v
Posts: 188
Joined: Thu Mar 04, 2010 9:19 pm

Re: mysqldump: Got errno 28 on write

Post by mister_v »

Thanks,

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