• Welcome to ForumKorner!
    Join today and become a part of the community.

Anyone here experienced with Wordpress' localhost?

Bulldog

Power member.
Reputation
0
I need someone experienced with Wordpress' localhost.
I can't seem to login to the admin panel (wp-admin). The error I get when I try to access the admin panel:

One or more database tables are unavailable. The database may need to be repaired.

This is the part where it gets confusing, I added in the code provided by Wordpress for them to locate the errors found within the database tables.

The problem is; there are no errors at all!
Take a look:

Code:
The wp_users table is okay.

The wp_usermeta table is okay.

The wp_posts table is okay.

The wp_comments table is okay.

The wp_links table is okay.

The wp_options table is okay.

The wp_postmeta table is okay.

The wp_terms table is okay.

The wp_term_taxonomy table is okay.

The wp_term_relationships table is okay.

The wp_commentmeta table is okay.

Repairs complete. Please remove the following line from wp-config.php to prevent this page from being used by unauthorized users.
define('WP_ALLOW_REPAIR', true);

I'd be really thankful if someone is willing to set this up for me. I need the site up and running as soon as possible, I have clients waiting for me. I can't lose them.

NOTE: The webserver I use for my Wordpress localhost is WampServer.
 
Top