“Failed - Network error” when exporting from phpMyAdmin (SOLVED)
May 2, 2022
phpMyAdmin allows ones to export databases and individual tables (as well as individual rows) in the web interface.
In the latest stable version of phpMyAdmin 5.1.3, users encountered a problem when exporting data from tables and databases to a file.
Regardless of the selected settings, instead of downloading the file, an error is shown:
Failed - Network error
This is what the error looks like in a web browser:
This bug has been fixed in phpMyAdmin 5.3, which is available as a snapshot version at the time of writing.
You can download phpMyAdmin 5.3 from the direct link: https://files.phpmyadmin.net/snapshots/phpMyAdmin-5.3+snapshot-all-languages.zip
Or go to the download page of the phpMyAdmin site and select the latest version there: https://www.phpmyadmin.net/downloads/
After unpacking phpMyAdmin in the web server folder, no additional configuration is required - the export of databases and tables works again.
Related articles:
- Error ‘mysqli::real_connect(): (HY000/1524): Plugin 'mysql_native_password' is not loaded’ (SOLVED) (89.3%)
- How to save MySQL query results in a new table (80.8%)
- How to display results in MySQL and MariaDB without a table and without extraneous characters (80.8%)
- How to rename a table in phpMyAdmin and MySQL (71.1%)
- ERROR at line 1: Unknown command '\-'. (SOLVED) (67%)
- Error “Failed to talk to init daemon” (SOLVED) (RANDOM - 24.7%)