Forums
(@vadym-boiaryn)
12 years, 4 months ago
You should run MySQL 5.5 Command Line Client (for example) and do next script:
UPDATE wp_options SET option_value = ‘http://localhost/wordpress’ WHERE option_id = 1
wp_options
option_value
option_id
It helped me today.