• ps_users: Table upgrade required. Please do “REPAIR TABLE ps_users” or dump/reload to fix it!
    ps_posts: Table upgrade required. Please do “REPAIR TABLE ps_posts” or dump/reload to fix it!
    ps_comments: Table upgrade required. Please do “REPAIR TABLE ps_comments” or dump/reload to fix it!
    ps_links: Table upgrade required. Please do “REPAIR TABLE ps_links” or dump/reload to fix it!
    ps_options: Can’t find file: ‘ps_options’ (errno: 2 – No such file or directory)

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • It looks like you are seeing some error messages related to your WordPress database tables. These errors indicate that there is a problem with one or more of your database tables and that they need to be repaired. You will need to run the REPAIR TABLE SQL command on the affected tables to fix these errors. This command will check the table for errors and try to repair them if possible. To run the REPAIR TABLE command, you will need to use a tool such as the MySQL command line, PHPMyAdmin, or a plugin such as WP-CLI. Like you can run the SQL commands:

    REPAIR TABLE ps_users;
    REPAIR TABLE ps_posts;
    REPAIR TABLE ps_comments;
    REPAIR TABLE ps_links;
    Thread Starter pogothemes

    (@pogothemes)

    thank you it worked. But still i receive the following error

    ps_options: Can’t find file: ‘ps_options’ (errno: 2 – No such file or directory)

    tried to repair it too but no help. I can’t access the table through phpmyadmin as well. it gives out the same error

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Database repair unsuccessful please help’ is closed to new replies.