I have a WordPress production website.
I’ve exported the database by the following commands: select database > export > custom > select all tables > select .zip compression > ‘Go’
I’ve downloaded the file which is example.sql.zip but when I upload to my localhost I get this error: phpMyAdmin – Error > Incorrect format parameter
I’ve tried to export with other formats and I get the same error.
I’ve tried with other SQL Databases and it exports/ imports just fine.
What could it be? A corrupt database or other?
Thanks
The values of the following variables should be increased in php.ini: upload_max_filesize=64M post_ max_size =64MA; this is not a result of corrupt database, but rather the PHP upload size limit.\n\nAlso, if you want the max_exection_time to be increased to a higher value for larger databases so that it doesn\’t timeout when uploading. Save you changes to the file and restart your PHP server.