• Im new in wordpress and i created a website through localhost using xampp.

    at first it looks good and i didnot see any problem while the configuration and putting of contents in the site.

    When i try to back-up the site and transfered to other computer using the same version of xampp and wordpress, i cannot transfer the database exported from the source computer. the error goes like this when i try to import the database.

    No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration.

    I try to see the total file size of the database its only 2mb.
    hope somebody could help me fixed this.

    thanks…

Viewing 1 replies (of 1 total)
  • Hello blightspeed..

    Try to add this code bellow at your .htaccess files in root directory :

    php_value upload_max_filesize 20M
    php_value post_max_size 20M
    php_value max_execution_time 200
    php_value max_input_time 200

    Salam
    [sig moderated as per the Forum Rules]

Viewing 1 replies (of 1 total)

The topic ‘Database import error’ is closed to new replies.