drfelip
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Database growing really fastI deleted the less essential plugins but database size stays more or less the same. Using “select” for the table didn’t really help me, as I don’t know what to look for.
Forum: Fixing WordPress
In reply to: Database growing really fastI installed adminer, now I can easily see the size of the tables, thanks. The data for wp_options reads (sorry for the weird formatting):
Table Engine? Collation? Data Length? Index Length? Data Free? Auto Increment? Rows? Comment?
wp_options InnoDB utf8_general_ci 497,565,696 442,368 5,242,880 1,934,283 ~ 13,254
I clicked wp_options and then “select data”, I exported to CSV to check the data with Excel but there I have only 407 rows, not 13,254. Makes that any sense? I’m afraid I don’t know anything about SQL 🙁
I’m going to start deleting the less essential plugins and see what does happen.
Forum: Fixing WordPress
In reply to: Database growing really fastThe theme is called Leetpress, I think it has been never updated since I installed it: http://www.soratemplates.com/2012/07/leetpress-blogger-templates.html
Yes, I have access to phpmyadmin; maybe it’s an old version, as it does not show the size of tables, only the number of rows.
Forum: Fixing WordPress
In reply to: Blog shows first-time install wizard after manual updateOK, I panicked too fast. I had messed with the wp-config.php and wp-config-sample.php files and when I recovered the old file I was greeted by the update wizard.
Sorry for the inconveniences!
Forum: Fixing WordPress
In reply to: character encoding suddenly brokenI’ve talked to my hosting provider and they have just updated MySQL to version 5.0, it probably has to do with this.
Forum: Fixing WordPress
In reply to: Problem Upload imageI think it’s not an optimal solution, so I’d like to hear from somebody with more experience than I have, but that’s a way to get it working…
Forum: Fixing WordPress
In reply to: Problem Upload imageSame problem here. I disabled creation of year and month folders and used chmod 777 for /uploads and it works now, but I think it’s not safe to use 777…
Any advice?