Jump to content

Error 1006 (errno: 28)


barrow

Recommended Posts

When I try to create a new database I get the error:

ERROR 1006 at line 1: Can\'t create database \'teenchat\'. (errno: 28)

 

I\'ve looked around and i think the error 1006 means that a database can\'t be created and the errno number is why.

 

I ran $perror 28 and it said:

Error code 28: No space left on device

 

I threw away the log files of different directories on my server to free up space but what does this mean? And how do I fix it? Do I not have enough space on my server? in a particular partition? or something else?

 

Please help me out. Everything was working fine yesterday and now I\'m getting this error.

Link to comment
Share on other sites

I called \'df -h\' and it shows that dev/hda3/ is 100% full. Anyone know what this is? or how to empty it?

 

Well that\'s a partition of your harddrive. Whatever filesystem is mounted there is full. Note the filesytem mount that\'s displayed as Mounted on.

 

You\'d have to delete files from the filesystem to clear up space if you needed to write more data there. MySQL databases are a series of files, so if MySQL is configured to write it\'s data on that mount, you\'re going to get an error.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.