• Resolved Edwinaelizabeth

    (@edwinaelizabeth)


    Please help –
    I have a personal blog http://www.thelifeofstuff.com which has its own domain and is on a pro-host package which allows for Unlimited x 100 MB Space.
    I recently received an email from the company I host my site advising me that my database is over 1Gb in size.
    They have asked that I bring my usage in line with the package specifications as soon as possible, and ensure that the size of the database remains under 100Mb.
    If this is not possible, then I will need to upgrade my account to a Dedicated Server, and move all services associated with my domain thelifeofstuff.com to my own server, where it will not impact other customers.
    If no action is taken to bring my usage into line with the package description, then they we will unfortunately have no recourse other than to suspend all services for thelifeofstuff.com !!!
    I am clueless to how my usage is so big – I have over 500 published posts and lots of photo’s, links to youtube videos and to soundcloud but it is a regular blog and I am baffled at how I am using so much space and on what I need to do to reduce my usage.
    I look forward to all feedback.
    A very confused blogger,

    Edwina

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    Your database really shouldn’t be that large for 500 posts.

    I have a few thousand posts and my database is around 8 MB.

    First, before we try anything, make a backup:

    https://codex.wordpress.org/WordPress_Backups

    Next, I suspect that post revisions may be taking up the majority of the space (which is usually the case, especially if you edit posts/pages frequently), so if you have access to phpMyAdmin or the MySQL command line, enter the following query to remove all of your revisions:

    DELETE FROM wp_posts WHERE post_type = "revision"

    (Note: you’ll need to replace wp_posts with the name of your Posts table)

    Let us know if that made a sizable dent.

    Thread Starter Edwinaelizabeth

    (@edwinaelizabeth)

    Hi James,

    Apologies for the tardy reply and thank you so much for taking the time to help me.

    I got it sorted – the issue was with my spam comments – although I have a plugin to catch the nasty so and so’s – I had not taken the time to clear the spam folder so it was taking up a silly amount of space.

    I haven’t tried what you advised above but if I come across an issue in the future I will give it a go.

    Thanks again,

    Edwina

    Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    Excellent, thanks for sharing your solution!

    Found this thread while looking at reducing database size, I’ve used both Edwina and James’ suggestions and brought a 750mb database down to 40mb with no other changes at all!

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘mySQL Disk Space’ is closed to new replies.