Activity Stream
48,167 MEMBERS
62071 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 5 of 5
  1.     
    #1
    Member
    Website's:
    ps3games.ORG

    Default What does this database error mean.

    I got this in my email about 4 of them mailed to me from my website:

    Database error in vBulletin 3.8.4:

    Invalid SQL:
    SHOW COLUMNS FROM user LIKE 'username';

    MySQL Error : Can't create/write to file '/tmp/#sql_7a78_0.MYI' (Errcode: 28)
    Error Number : 1
    Request Date : Friday, September 25th 2009 @ 03:32:35 PM
    Error Date : Friday, September 25th 2009 @ 03:32:35 PM
    Script : http://www.rapidsharee.org/register.php?do=addmember
    Referrer : http://www.rapidsharee.org/register.php?do=register
    IP Address : 66.15.201.250
    Username : DDD
    Classname : vB_Database
    MySQL Version :


    And recently my forums keep going back in forth in time. It's like everything I did disappears (threads, any changes, etc.) and then comes back randomly, but mostly is gone .

    And most of my katz traffic is showing up error pages because the threads I submitted yesterday don't exist no more .

    It's suppose to show 290 threads and 9 members but it only shows 22 threads and 7 members and it switches back in forth .
    thizzladen Reviewed by thizzladen on . What does this database error mean. I got this in my email about 4 of them mailed to me from my website: Database error in vBulletin 3.8.4: Invalid SQL: SHOW COLUMNS FROM user LIKE 'username'; MySQL Error : Can't create/write to file '/tmp/#sql_7a78_0.MYI' (Errcode: 28) Error Number : 1 Request Date : Friday, September 25th 2009 @ 03:32:35 PM Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    whos your host

  4.     
    #3
    Banned
    Website's:
    Dev-Security.net
    Hi this error is coming from your hosting provider where it states this

    Code: 
    MySQL Error : Can't create/write to file '/tmp/#sql_7a78_0.MYI' (Errcode: 28)
    does not have proper chmod in that folder so it cant do anything you will need to contact your host and get them to fix this this is a very easy fix

  5.     
    #4
    Member
    Sounds like there is not enough space on the partition you are hosted on.
    Friendly People (B-)):AK47
    Lamers (<_<): None Yet

    IF You Have Never Got It Wrong, Then You Have Never Tried Anything New. :| HolyShit

  6.     
    #5
    Member
    Ask your host to increase /tmp, 1gb should do


    Code: 
    First, Make sure MySQL/Apache/
    service httpd stop; service mysql stop
    
    cd /var
    dd if=/dev/zero of=tmpMnt bs=1024 count=1000000
    mke2fs /var/tmpMnt
    cd /
    cp -R /tmp /tmp_old
    mount -o loop,noexec,nosuid,rw /var/tmpMnt /tmp
    chmod 0777 /tmp
    cp -R /tmp_old/* /tmp/
    rm -rf /tmp_old
    
    Then add the entrys into fstab
    nano -w /etc/fstab
    
    add:
    /var/tmpMnt             /tmp                    ext2    loop,noexec,nosuid,rw  0 0
    
    restart apache/mysql
    service mysql start; service apache start
    (give this to your host)
    (if you rip this gimme credit!)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Database Error
    By lovelykiss87 in forum vBulletin
    Replies: 1
    Last Post: 12th Sep 2012, 08:50 PM
  2. Database error (Help please)
    By iman24 in forum Server Management
    Replies: 8
    Last Post: 27th Apr 2012, 08:03 PM
  3. Database error-mysql error
    By saini in forum vBulletin
    Replies: 8
    Last Post: 8th Nov 2011, 06:54 AM
  4. Getting Database Error
    By BounceR in forum Webmaster Discussion
    Replies: 15
    Last Post: 3rd Jul 2011, 08:09 PM
  5. Help: database Error
    By AJ Blacklisted in forum vBulletin
    Replies: 2
    Last Post: 17th May 2011, 04:20 AM

Tags for this Thread

BE SOCIAL