• I have:
    SELECT *
    FROM my_domain_com.wp_options
    WHERE (
    option_id LIKE ‘%BAD-IP-ADDRESS%’
    OR option_name LIKE ‘%BAD-IP-ADDRESS%’
    OR option_value LIKE ‘%BAD-IP-ADDRESS%’
    OR autoload LIKE ‘%BAD-IP-ADDRESS%’
    )
    LIMIT 0 , 30
    WHERE” BAD-IP-ADDRESS” is the old IP. Must I have an IP address here? I use Cloudflare and I’m thinking it may cause problems if I enter Cloudflare’s IP here and then stop using them at some point.

Viewing 1 replies (of 1 total)
  • Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    I’m not sure what you’re asking, you’ve only provided your query, not the results or what your concern with them is.

    I mean, if that is all you’re asking, then I suppose it is necessary to include an IP in a database search for IPs.

Viewing 1 replies (of 1 total)
  • The topic ‘IP address in wp_options database tables. Necessary?’ is closed to new replies.