I'm using PHP version: 7.3.9 with MariaDB 10.4.6 and phpmyadmin through Xampp.
I'm trying to export a large drupal database into an sql file from the export tab on phpmyadmin. But it is exporting as a .txt file.
I am getting an error upon loading the export tab in phpmyadmin that says:
Warning: a form on this page has more than 1000 fields. On submission, some of the fields might be ignored, due to PHP's max_input_vars configuration.
I have tried increasing the max_input_vars to 5000 (anything above that throws an 'access denied, invalid settings' error).
I have tried to export from MySQL Workbench and it works if you export just the tables but I need one file.
I have tried mysqldump which doesn't seem to work on MariaDB 10.4.6.
I am at a loss as to how to export my database as one sql file. Any suggestions?