Moderator
t-p
(@t-p)
my database is only 9MB.
I’ll definitely look at the second.
Actually, its stated at Better Delete Revision to not use that plugin at the moment as it break things. They’re working on a new version.
Moderator
t-p
(@t-p)
If you want to use MySQL to cleanup tables instead of a plugin, try this quiry:
DELETE
FROM wp_posts
WHERE post_type = 'revision';
– BTW, if you haven’t already done, always backup everything (including your database) before doing any actions, just in case something really goes wrong. It’s a great safety net.
Another good place to check is in your cPanel’s Disk Space Usage.
The upper panel shows a breakdown by database/mail/public_html(site) etc. In the lower panel you can navigate down into the site folders and see which ones are taking up the most space.
I’m sorry, I don’t know what that is. Can you explain?
Access to your cPanel should be provided by your host: url + user name + password. Think of the cPanel as another way of accessing the files that you use on your site, without going through your WordPress dashboard.
Here is a useful video: http://support.hostgator.com/articles/cpanel/viewing-your-disk-space-usage
The dashboard I have through my host looks nothing like the tutorial, and I can’t find anything that measures disk space usage.
And I don’t understand “url + user name + password”
The cPanel is like your site’s filing cabinet, where all the files that are needed to run your website are stored. The WordPress dashboard lets you navigate through many of these files with a user friendly feel. They are two different places to access and work on your site, with the WordPress dashboard being the more familiar and easier option for most tasks.
To access your cPanel, you would use a different web address to your WordPress dashboard (Your hosting company can give you the details: the cPanel’s www. web address + the username + the password.
Or, you could try installing this plugin and accessing the same disc space usage information from your WordPress dashboard: http://wordpress.org/plugins/hosting-monitor/