I have a big sql file (~ 60MB) exported from local development site, and I want to import to my server (running CentOS 5).
Lets say
- the dump file is dump.sql, uploaded to the server.
- the database name is mydb.
I want to do with via ssh, what is the shell command to do so?
Thanks!