• Resolved dragonslinger

    (@dragonslinger)


    Hello, several years ago I used Yasr – Yet Another Stars Rating on my site then I deleted them because it made my database grow by more than 1 GB since then I could not erase the remaining tables and metadata which slowed down my site.

    So, How to remove yasr_schema_additional_fields on database

    View post on imgur.com

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor dudo

    (@dudo)

    Hello, first I want to let know that this problem was fixed in version 2.6.8.

    I suppose you don’t have access to phpmyadmin, so the best and safest way is to ask to your hosting provider.
    They can do this in a few second.

    Best,
    Dario

    Thread Starter dragonslinger

    (@dragonslinger)

    I have access to phpmyadmin, how should I proceed to delete all its tables

    Plugin Contributor dudo

    (@dudo)

    I suppose you have not done this before, so I suggest that you ask your hosting provider again.

    If you are determined to proceed, make sure to create a complete backup of your data!

    Once you have accessed phpMyAdmin, select the database you are using and open the “SQL” tab. Then, insert this code:

    DELETE FROM wp_postmeta
    WHERE meta_key = 'yasr_schema_additional_fields'

    Please note that your table may have a different prefix, such as YOURPREFIX_postmeta, so please adjust it accordingly.

    Let me know

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove yasr_schema_additional_fields on database’ is closed to new replies.