Title: Replacing data in a database
Last modified: October 4, 2019

---

# Replacing data in a database

 *  Resolved [modelmen](https://wordpress.org/support/users/modelmen/)
 * (@modelmen)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/replacing-data-in-a-database/)
 * Table: wp_options
    option_name: wpseo_taxonomy_meta option_value:
 *     ```
       Array
       (
           [product_cat] => Array
               (
                   [15] => Array
                       (
                           [wpseo_title] => My title text
                           [wpseo_desc] => My descr text
                           [wpseo_focuskw] => Uncategorized
                           [wpseo_linkdex] => 26
                           [wpseo_content_score] => 30
                       )
   
               )
   
       )
       ```
   
 * I want to replace or add data.
    When I change, they do not appear in the editor.

Viewing 1 replies (of 1 total)

 *  [MariusG](https://wordpress.org/support/users/marius_codeinwp/)
 * (@marius_codeinwp)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/replacing-data-in-a-database/#post-12008334)
 * Hi [@modelmen](https://wordpress.org/support/users/modelmen/),
 * Unfortunately, there’s a difference between the support we can offer and the 
   level of programming needed to change the values of our plugin in the database.
   Since we don’t want to take the risk that we break your website by suggesting
   incorrect or incomplete code, we cannot advise you on how to make such changes.
   And even though we cannot be of any assistance, you’re completely free to change
   anything in the plugin to better suit your needs.

Viewing 1 replies (of 1 total)

The topic ‘Replacing data in a database’ is closed to new replies.

 * ![](https://ps.w.org/wordpress-seo/assets/icon-256x256.gif?rev=3419908)
 * [Yoast SEO - Advanced SEO with real-time guidance and built-in AI](https://wordpress.org/plugins/wordpress-seo/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-seo/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-seo/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-seo/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-seo/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-seo/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [MariusG](https://wordpress.org/support/users/marius_codeinwp/)
 * Last activity: [6 years, 8 months ago](https://wordpress.org/support/topic/replacing-data-in-a-database/#post-12008334)
 * Status: resolved