'Failed - Network error when i exporting from phpmyadmin [closed]
i always find that error everytime i export a database from phpmyadmin using XAMPP. this is what it looks like,
but, if i download another file from youtube, or pinterest, or any other site, then there will be no problem.
i ask my univeristy friend, and most of them doesn't have the solution because most of them doesn't have a problem like that. thank you!
Solution 1:[1]
Downgrading to older PHP version solves this problem. phpMyAdmin 5.1.3 currently has issues with PHP 8.1. So, I downgraded to 7.4.28.
Solution 2:[2]
This looks like it's already reported phpMyAdmin https://github.com/phpmyadmin/phpmyadmin/issues/17445, it seems there's a bug or change with how PHP handles sending headers that affects phpMyAdmin. I'd expect the next phpMyAdmin release to fix this.
Solution 3:[3]
phpmyadmin export network error on php 8.1.4
when i tried to export test database as sql it gives me an error file as test.sql i renamed it as html and copied to pma folder and accessed via localhost/phpmyadmin/test.html it shows
index.php: Missing parameter: what
index.php: Missing parameter: export_type
phpMyAdmin 5.1.3 hase issue with php8.1.4 Downgrading to older PHP version solves this problem. i downgraded to 8.0.18. it works for me
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Samit |
Solution 2 | Isaac Bennetch |
Solution 3 |