queries
file) from Linux command linemysql -u test_user -p test_db < /var/www/queries.sql
The queries inside the file will be run into test_db
using test_user
user.
Note: The above command can be used to restore database, or add some tables, or insert some rows.