Title: hhh's Replies | WordPress.org

---

# hhh

  [  ](https://wordpress.org/support/users/hhh/)

 *   [Profile](https://wordpress.org/support/users/hhh/)
 *   [Topics Started](https://wordpress.org/support/users/hhh/topics/)
 *   [Replies Created](https://wordpress.org/support/users/hhh/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/hhh/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/hhh/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/hhh/engagements/)
 *   [Favorites](https://wordpress.org/support/users/hhh/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [IP Address Change](https://wordpress.org/support/topic/ip-address-change-2/)
 *  [hhh](https://wordpress.org/support/users/hhh/)
 * (@hhh)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/ip-address-change-2/#post-256367)
 * You can also change these values through the command line:
 * shell> mysql DBNAME -u USERNAME -p
    mysql> show tables;
 * (use the table name with _options in the next commands if you changed the table
   prefix)
 * mysql> update wp_options set option_value=”NEWPREFIX” where option_name=”siteurl”;
   
   mysql> update wp_options set option_value=”NEWPREFIX” where option_name=”home”;
 * Just replace NEWPREFIX with the new IP or domain name like “[http://new.domain.com/path/to/wordpress&#8221](http://new.domain.com/path/to/wordpress&#8221);.
 * I haven’t tried this yet, but I think if you make one blank, the site will get
   relative URLs instead of prefixing all links with the siteurl.

Viewing 1 replies (of 1 total)