I am not sure what happened but I just looked at my wordpress site and it is showing the install page /wp-admin/install.php instead of showing the blog content.
What is going wrong and how can I fix this ?
Typically, this occurs when one or more of the database tables are corrupt — wp_options in particular.
Try issuing check table
and repair table
statements accordingly.