This forum is no longer active. Please post your questions to our new community site

Forums WordPress

I put in 192.168.0.192 for my ip in the installation

Subscribe to I put in 192.168.0.192 for my ip in the installation 4 post(s), 2 voice(s)

 
Avatar armstrtb 2 post(s)

How can i cange it to the default, I have caused problems with my installation?

I cannot accesss wordpress at all.

 
Avatar Beltrán Rueda Administrator 3,714 post(s)

Hi,

Wordpress save the IP in the database so it is necessary to change in the database itself. Go to the console in the windows shortcuts and run the following command:

> mysql -u root -p -e “USE bitnami_wordpress; UPDATE wp_options SET option_value=‘http://AAA.BBB.CCC.DDD/wordpress/’ WHERE option_name=‘siteurl’ OR option_name=‘home’;”

where AAA.BBB.CCC.DDD is your new public IP. If you are going to access only from your computer you can use 127.0.0.1. You can run the same command on Linux or OS X.

I hope it helps.

 
Avatar armstrtb 2 post(s)

I am confused when you say the console in the windows shortcuts. Im running vista and when searching for the “console” i couldn’t find what you meant.

 
Avatar Beltrán Rueda Administrator 3,714 post(s)

Sorry,

I’m referring to “Use BitNami Wordpress Stack” shortcut link to access to the Windows command prompt.

Cheers.

Forums WordPress