A lot of beginners are very much dependent upon phpMyAdmin for their daily work. However a lot of them are not familiar with the basic command line tool like mysql and mysqldump. These two commands can help a lot when I am working on servers without phpMyAdmin installation.
I will show you how to quickly backup and restore database between your local computer and server.
We have a database called dbproject_local which I will migrate to server. The server already has database dbproject_server.