Corrupted Table

Discussion in 'PriusChat Website Questions' started by Wynder, Jan 21, 2006.

  1. Wynder

    Wynder New Member

    Joined:
    Oct 14, 2005
    254
    0
    0
    Location:
    Bear, Delaware
    With the Sprint and Bluetooth thread (http://priuschat.com/Sprint-and-Bluetooth-t12753.html) everytime you attempt to reply, you're getting a "127 Error" from MySQL.

    If you have phpMyAdmin, you can go in to the `ibf_posts` table and, under the "Operations" tab click "Repair Table". Otherwise, a 'REPAIR TABLE `ibf_posts`' SQL query should work. I haven't used phpBB in a while and don't know how well they work database management, but you may even want to consider a script that itterates through all of the tables that runs REPAIR and OPTIMIZE queries every week or so... just to be on the safe side.