1
vote
4answers
2k views

Restoring MULTIPLE mysql databases from one file in command line

I have exported all my databases to a file using phpMyAdmin. Unfortunately I don't have a working phpmyadmin in my destination system. How should I restore all of them at once using one line ...