• hi, i recently transfered my wordpress blog to another hosting, so i did everything expect one thing, in mysql databsae i want to change link: https://www.testlink.com TO https://www.testlink10.com , but what sql command i have to enter

    for example for wp psts this is the command
    UPDATE wp_posts SET guid = replace(guid, 'https://www.old-domain.com','https://www.new-domain.com');

    but what cmmand is for wp_postmeta ?

  • The topic ‘wp_postmeta’ is closed to new replies.