Posted by sunilkumar on September 21, 2008 at 3:34pm
I am using Drupal 6.4. When I tried to backup my MySQL database with phpMYADmin, it was giving me following erors:
In phpmyadmin, export database screen:
export.php: Missing parameter: what (FAQ 2.8)
export.php: Missing parameter: export_type (FAQ 2.8)
Can you please explain me what is this and how to solve it?
Regards,
-S-

Comments
mysqldump is an alternative.
hi.
can you try the following if you have command line access
$ mysqldump -u -p > database_name.sql
instead of phpMyAdmin ? the file database_name.sql will be your db backup.
yashesh