Here the command for mysql restore database from sql file
# mysql -h localhost -u [username] -p [table] < [filename].sql
Attention in classroom
Here the command for mysql restore database from sql file
# mysql -h localhost -u [username] -p [table] < [filename].sql