I have URL of phpMyAdmin, I have username and password. How can I export all those databases? Because phpMyAdmin crashes when I try to export them, so I want to try it through c
As i was logged into my server already there i just had to put this command to dump db
mysqldump --databases database_name > file_name.sql