• I am trying to move my db to another provider.
    I have exported but when I try to import I am reaching the 2MB limit.

    I do not have access to the command line so there fore I can not import via command line.

    What other ways can I import my db?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • if using a .sql file – just split it in half or thirds – just be sure and don’t split it in the middle of an action. Import each separately.

    If you have access to your php.ini file, you can change the upload_max_filesize and post_max_size. But, you’d need to ask your host if you have access to it.

    As samboll suggested, you could also split it up. You can export just your wp_comments, wp_posts, and so on, then import them individually.

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

The topic ‘Moving DB, Cant import .. reaching limit’ is closed to new replies.