degavf
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cache issue?Done. Thanks.
Forum: Fixing WordPress
In reply to: Cache issue?Found the problem. It looks like wp-cache was still running, even though it had been deactivated.
To fix, I reactivated the plugin and then disabled it (from options | wp-cache) and THEN deactivated it. Now, caching seems to be off and the site is working as expected.
Forum: Fixing WordPress
In reply to: SQL import problemsAfter all the trouble, I found a (relatively) easy solution… I took a harsh approach to cleaning my MySQL database (basically I dropped a bunch of tables that I didn’t absolutely need). Then, I was able to successfully export the db from the old host and import it on the new host.
So, thanks to all who helped.
Forum: Fixing WordPress
In reply to: SQL import problemspodz: I have been doing copy/paste operations of individual lines in my .sql file. The problem is that the individual lines in wp_postmeta are so big that I get timeouts when waiting for the paste to complete. Hence, wondering if I can somehow reduce the size of that table.
That said, Kassad’s comment got me thinking… what would be the implications of just leaving out wp_postmeta altogether? (I’ll try doing this later today but just curious if anyone knows offhand what will happen)
I’ll also try BigDump.
Thanks to all who replied.
Forum: Fixing WordPress
In reply to: SQL import problemsBump.
I’m still having the same problem… anyone else have any ideas–specifically regarding reducing the size of wp_postmeta?Forum: Fixing WordPress
In reply to: SQL import problemsThanks, Davus. I actually tried that last night… it didn’t work, either. I do have shell access and tried the mysql command directly. I got back an error that [username] couldn’t access [old database].
Since I’ve been having so much trouble with the import, I thought it would just be easier if I reduce the size of wp_postmeta… then maybe I can do the import through MyPhpAdmin cut and paste.
Forum: Fixing WordPress
In reply to: SQL import problemsI tried that, and even copied INSERTs individually… but still got timeout errors. That’s why I’m wondering if/how I can reduce the size of wp_postmeta.