Hey
So i have run into a database issue, i have repaired the database using define('WP_ALLOW_REPAIR', true); and followed the steps. I then recieve the below message
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);
The problem is when i remove the code from the wp-config file i still receive this message Error establishing a database connection
Has anybody had this issue?
Cheers