Importar base de datos en MySQL Command Line XAMPP

C:\xampp\mysql\bin>mysql -u {DB_USER} -p {DB_NAME} < path/to/file/ab.sql
s_a_m_e_e_r_