Welcome to the JaguarPC Community
JaguarPC
Sales: (888) 338-5261
Support: (888)-551-3050
Results 1 to 5 of 5

This is a discussion on Optimize table in the Shared & Semi-Dedicated forum
Hi, I tried to optimize a table via phpmyadmin but I have this error: jwwwazen_forum.phpbb_sessions error : The handler for the table doesn't support repair ...

  1. #1
    JPC Senior Member Zenigata's Avatar
    Join Date
    Jan 2005
    Location
    Italy
    Posts
    71

    Optimize table

    Hi,
    I tried to optimize a table via phpmyadmin but I have this error:

    jwwwazen_forum.phpbb_sessions
    error : The handler for the table doesn't support repair


    What can I do?

    Thanks

  2. #2
    Yeah, I know a LOT! Vin DSL's Avatar
    Join Date
    Mar 2003
    Location
    Arizona Uplands
    Posts
    10,775
    Have you tried 'repair' yet?
    DISCLAIMER Any resemblance between the views expressed above and those of the owners and operators of this system is purely coincidental. Any resemblance between these views and my own are non-deterministic. The existence of Vin DSL is questionable. The existence of views in the absence of anyone to hold them is problematic. The existence of the reader is left as an exercise in the second-order coefficient.

    No Guts, No Story! VinDSL © 2010

  3. #3
    JPC Senior Member Zenigata's Avatar
    Join Date
    Jan 2005
    Location
    Italy
    Posts
    71
    Quote Originally Posted by Vin DSL
    Have you tried 'repair' yet?
    Yes, I've tried to repair the table but the error is the same:

    jwwwazen_forum.phpbb_sessions
    error : The handler for the table doesn't support repair


    I've also noticed my database is very slow

    phpbb_sessions type: HEAP dimension: 318,0 KB 8.664 Bytes

  4. #4
    Ron
    Ron is offline
    Loyal Client
    Join Date
    Aug 2002
    Posts
    7,306
    I don't know how much stuff you've got in it, but maybe consider dumping it, with structure and look at the SQL file generated for any anomalies. Then I might try to create another db and upload that data into the new database and see if it's ok. Then I might consider dropping the bad table and re-creating it.

    I should add that I am unfamiliar with that error, and it could be telling you something as simple as an option wasn't specified during creation that could be fixed by a simple alter table command, so I think you're gonna have to try to look up that specific error.

    Good luck!

  5. #5
    Ron
    Ron is offline
    Loyal Client
    Join Date
    Aug 2002
    Posts
    7,306
    I just googled "The handler for the table doesn't support"

    and one of the first results was

    http://www.f5hosting.com/forums/arch...php/t-728.html

    and it says that it has to be an ISAM-based table to support check/repair. Your post leads me to believe you're trying to fix a heap table, which is a temporary, in-memory table, which I should have picked up on before I suggested you dump the data and rebuild the table. I guess I assumed you had a good reason for trying to optimize a table. My bad.

    Of course that's just a forum like this one, so continue your own research from here.

    Good luck.
    Last edited by Ron; 01-23-2005 at 03:48 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •