skip to Main Content

Recently updated Xampp version to 3.3.0 and the problem is while I am exporting the database from phpmyadmin…

  1. exporting in sql -> it will say failed-network error
  2. exporting gzipped -> it will export of the size around 73 KB and if I open that file it is saying the archive is either unknown format or damaged.

below are the images

network error image

damaged file error image

2

Answers


  1. I had a similar problem. While not really a solution I was able to work around this by choosing the custom option in the export options and then choosing view output as text. This worked, I could copy the text and paste it where I needed it.

    Login or Signup to reply.
  2. just use custom options and compression to e.g. gzip!

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search