Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Forum: Fixing WordPress
    In reply to: Cache issue?
    Thread Starter degavf

    (@degavf)

    Done. Thanks.

    Forum: Fixing WordPress
    In reply to: Cache issue?
    Thread Starter degavf

    (@degavf)

    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.

    Thread Starter degavf

    (@degavf)

    After 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.

    Thread Starter degavf

    (@degavf)

    podz: 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.

    Thread Starter degavf

    (@degavf)

    Bump.
    I’m still having the same problem… anyone else have any ideas–specifically regarding reducing the size of wp_postmeta?

    Thread Starter degavf

    (@degavf)

    Thanks, 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.

    Thread Starter degavf

    (@degavf)

    I 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.

Viewing 7 replies - 1 through 7 (of 7 total)