SQL Restore
I know this a noob question, but I need to know how to restore a mysql backup other than from phpmyadmin and cpanel. It times out when I try to restore from phpmyadmin. Is there anyway I can restore the backup to the server and run a command or do something? Thanks.
Edit: Would this be it?
gunzip zippeddumpname.gz
mysql -u username -p -D dbname < dumpname.sql
mysql -u username -p -D dbname < dumpname.sql