• Resolved nazril

    (@nazril)


    hello, please help me.

    what happened to my database?

    ss_comments: 1 client is using or hasn’t closed the table properly
    ss_options: Table is marked as crashed
    ss_postmeta: 5 clients are using or haven’t closed the table properly
    ss_commentmeta: 1 client is using or hasn’t closed the table properly

Viewing 2 replies - 1 through 2 (of 2 total)
  • ss_comments is not a standard WordPress table. Normally, comments using the native WordPress structure would be in the wp_comments table. Perhaps you have a plugin that controls your comments? If so, you may want to check with the plugin developer to clarify the issue.

    Regarding repairing a corrupted database, WordPress 2.9 and later has an automatic database optimization support, which you can enable by adding the following define to your wp-config.php file only when the feature is required:
    define('WP_ALLOW_REPAIR', TRUE);
    Once added, try signing into your WordPress site. The next time you do, you will be presented with options to run the database optimizer/repair routine.

    You would need to add that via your host’s control panel (cPanel) or via FTP access. Make sure your backup your database before making major optimization efforts or attempting to repair tables.

    Thread Starter nazril

    (@nazril)

    hello, many thanks!

    the ss_comments name was because i am using a custom prefix for the database.
    i repaired the database using phpmyadmin and luckily it all go right after that.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error establishing a database connection’ is closed to new replies.