check in DB under wp_options table if option_name siteurl and home has option_value as current url of wordpress installation or http://localhost/wordpress
Run this query to find it
SELECToption_name,option_valueFROMwp_optionsWHEREoption_name= “siteurl” ORoption_name= “home”